Commit Graph

170 Commits

Author SHA1 Message Date
Nick Pack
26b0b91551 Wherever possible fixed CSSLint warnings.
Had to exclude some unfeasible rules however.
2013-05-17 13:01:58 +01:00
Nick Pack
9db2cff433 Tedious 2013-05-17 11:52:49 +01:00
Nick Pack
e81f145c5b Ensure grunt-cli is installed before trying to build! 2013-05-17 11:48:29 +01:00
Nick Pack
6724019936 Merge branch 'feature/travis' into develop 2013-05-17 11:44:20 +01:00
Nick Pack
c426e967c1 Travis stuffs 2013-05-17 11:44:09 +01:00
Nick Pack
f099c11143 Merge pull request #1 from bitdeli-chef/master
Add a Bitdeli Badge to README
2013-05-17 03:31:29 -07:00
Bitdeli Chef
928a2b076d Add a Bitdeli badge to README 2013-05-17 03:29:40 -07:00
Nick Pack
33c4cfdb75 Merge branch 'release/1.0.1' into develop 2013-05-17 11:23:45 +01:00
Nick Pack
831d722ea4 Merge branch 'release/1.0.1' 2013-05-17 11:23:38 +01:00
Nick Pack
3dd2c28ef7 Version bump 2013-05-17 11:23:24 +01:00
Nick Pack
85a07ded62 Merge branch 'feature/grunt' into develop 2013-05-17 11:21:02 +01:00
Nick Pack
c313da4f1c Readme/housekeeping 2013-05-17 11:20:43 +01:00
Nick Pack
217b549133 Added updated CSS files and switched the index file to the minified version 2013-05-17 11:12:21 +01:00
Nick Pack
154a70ed58 Grunt based builds 2013-05-17 11:08:30 +01:00
Nick Pack
66b9e323c2 Mention all contributers and bower stuffs 2013-04-23 21:33:00 +01:00
Nick Pack
6e526fa304 Dynamic grid, thanks @matthewcopeland 2013-04-23 21:29:51 +01:00
Nick Pack
0085ded644 Added html5 tel field support - thanks @mileszs 2013-04-23 21:19:04 +01:00
Nick Pack
2401ce2592 Added html5 number field support 2013-04-23 21:18:19 +01:00
Nick Pack
62928a89cd Added search and url input types. Thanks @atomicpages 2013-04-23 21:16:12 +01:00
Nick Pack
06f8b14c28 Stop fixing font smoothing - multiple people have requested this
http://www.usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
2013-04-23 21:11:20 +01:00
Nick Pack
d8fb939d07 Bower component.json 2013-04-23 21:09:47 +01:00
Nick Pack
5de7739b70 Box sizing on columns. thanks @hellotoby 2013-04-23 21:04:48 +01:00
Nick Pack
2fa65efd5f Added Licence 2013-04-23 20:57:56 +01:00
Nick Pack
f10d7fb1a3 Moar variablez kthx 2013-04-23 20:56:43 +01:00
Nick Pack
0b1467d62c Finished SCSS conversion 2013-01-31 18:49:28 +00:00
Nick Pack
4294551c95 Doh, might want to import the main grid 2012-09-10 17:16:47 +01:00
Nick Pack
a000e94342 Initial split up of files into SCSS and a couple of background mixins. 2012-09-10 16:39:34 +01:00
Dave Gamache
7ab682091d changing version number 2012-06-20 18:55:00 -07:00
Dave Gamache
093732e102 removing robots and 404 cause they aren't getting a lot of use in my projects or projects of people I've chatted with 2012-06-20 18:40:50 -07:00
Dave Gamache
c103965d73 cleaning up with headers with the new version 2012-06-20 18:05:52 -07:00
Dave Gamache
6b3162ee3f Merge pull request #89 from fat/no-tabs
remove tabs. Skeleton is not a UI framework <3
2012-06-20 18:02:57 -07:00
Jacob Thornton
1fb5487ce3 remove tabs. Skeleton is not a UI framework 2012-06-20 13:23:08 -07:00
Dave Gamache
015a69fc97 Merge pull request #82 from DBPreston/master
Edit to base.css
2012-05-15 09:23:25 -07:00
Dave Gamache
19190c1224 Merge pull request #83 from sunlifter/master
Updated jquery library to 1.7.2
2012-05-15 09:20:28 -07:00
sunlifter
be1be535b7 Updated jquery library. 2012-05-15 00:10:09 +03:00
DBPreston
f858d9b0b6 Removed redundant padding declaration on .button 2012-05-02 18:43:35 +02:00
Dave Gamache
6d07a6538e Merge pull request #78 from micrypt/patch-1
Awwww man. I have no idea how that's made it in there that long. Thanks.
2012-04-18 10:38:38 -07:00
Seyi Ogunyemi
85c83d9874 Make up one's mind regarding typography? :P 2012-04-18 19:22:40 +02:00
Dave Gamache
94ce27001d Merge pull request #71 from LearnBoost/tabs-refactor
Tabs refactor
2012-03-03 12:17:14 -08:00
Guillermo Rauch
bc178a5228 It now works before dom is ready :) 2012-03-01 19:53:51 -03:00
Guillermo Rauch
110765dbc1 Misc refactoring.
- Switched to `hashchange` listening instead of delegation
  We still check that the given hash exists as a `href` within a valid
  Skeleton tabs markup, but you can now send links around that focus
  on tabs.

  As an example, if I tweet out mypage.com/#activetab, it will check that
  `#activetab` is a valid href in an anchor within an `<ul class="tabs">`
  element, and if so, make that tab active.

- In addition, you can have multiple anchors in the page that
  trigger tabs by simply setting the appropriate `href`.

- Leverage `closest` and `find` instead of `parent`, `siblings` and
  `children` (code simplification).
2012-03-01 19:38:50 -03:00
Guillermo Rauch
4c7d6b0b3e Don't assume $ is jQuery. Rely on jQuery global instead. 2012-03-01 19:33:42 -03:00
Guillermo Rauch
6da48f64c3 Switched to 2-space indentation. 2012-03-01 19:32:51 -03:00
Guillermo Rauch
17f0141da9 JSDoc-compatible comment formatting. 2012-03-01 19:30:57 -03:00
Guillermo Rauch
d72703e77a Clear whitespace. 2012-03-01 19:30:17 -03:00
Dave Gamache
a05d0c7317 Merge pull request #70 from 46Bit/patch-1
Padding Bug on Offset-by-eight
2012-02-28 09:27:39 -08:00
Michael Mokrysz
8a719ccff0 Fixed what seems to be a numerical mistake. 336 + 48 = 384 but is given as 348. 2012-02-25 00:54:51 +00:00
Dave Gamache
b7ae333d07 adding some amazing -moz CSS from the @necolas 2012-01-26 21:55:15 -08:00
Dave Gamache
d34cdf66bb changing line-height to normal for buttons 2012-01-25 22:30:01 -08:00
Dave Gamache
d0903383d3 Merge pull request #62 from scottrabin/delegate-on
Changed .delegate to .on for future compatibility with jQuery
2012-01-25 21:49:12 -08:00