dhg
5f03ab9687
fixing the vertical misalignment brought up in issue #185
2014-12-11 14:25:15 -08:00
dhg
325f279823
removing the max-scale meta and improving Google fonts protocol in the docs
2014-12-11 14:11:40 -08:00
dhg
871fe5e12c
fixing the typo of skeleton.css in gh-pages too. Gotta learn how to create a working dev branch and merge between master and gh-pages
2014-12-11 12:33:22 -08:00
dhg
6f84d51764
updating to the 2.0.1 link on the download button
2014-12-11 11:56:18 -08:00
dhg
ba416abccf
updating the license
2014-12-11 11:55:05 -08:00
dhg
c6e812cc67
fixing the docs error with a stray offset and resetting offsets to be fixed with columns vs column issue again
2014-12-11 11:27:02 -08:00
dhg
e2c30cd33b
rolling back since there was another issue
2014-12-11 11:23:02 -08:00
dhg
7e26cb7082
fixing a silly mistake with the grid offsets where they don't work with columns only column
2014-12-11 10:43:41 -08:00
dhg
608839ee0f
updating grid docs typo for columns > column
2014-12-11 09:53:15 -08:00
dhg
fab0cfd9c0
removing unused navbar from example page
2014-12-09 16:43:48 -08:00
dhg
0c2082b534
just changing some language :)
2014-12-09 16:40:11 -08:00
dhg
e9b8560710
just changing some language :)
2014-12-09 16:39:45 -08:00
dhg
8f5637876a
updating the language in exmaples
2014-12-09 12:53:38 -08:00
dhg
85ba6205fd
temporarily removing facebook button since it causes infinite load
2014-12-09 12:51:16 -08:00
dhg
8022490e0a
updating prettify styles link
2014-12-09 12:48:01 -08:00
dhg
e8d09ecab9
updating the source link in the examples and the popover pointers to master
2014-12-09 12:39:49 -08:00
dhg
296e00584b
updating to new docs
2014-12-09 12:37:37 -08:00
dhg
670341983c
merging v2.0
2014-12-09 12:35:57 -08:00
Dave Gamache
d71b12aa8b
fixing tracking code
2014-11-28 13:12:49 -08:00
Dave Gamache
9f681da240
right tweet button
2014-11-28 13:06:40 -08:00
Dave Gamache
e10e216986
Merge branch 'gh-pages' of github.com:dhgamache/Skeleton into gh-pages
2014-11-28 13:02:17 -08:00
Dave Gamache
12d4ef2169
adding tracking for downloads
2014-11-28 13:01:37 -08:00
Dave Gamache
4e8df036e8
Update CNAME
2014-11-18 16:59:46 -08:00
dhgamache
7e9674542d
adding gauges tracking code to skeletonpages
2012-10-21 11:03:17 -07:00
Dave Gamache
93485bb791
removing email from docs...TOO MUCH EMAIL
2012-09-20 11:04:23 -07:00
Dave Gamache
4723141d46
adding the twitter tracking code
2012-07-15 20:54:35 -07:00
Dave Gamache
fb16faf64d
adding a new google analytics tracking code
2012-07-15 17:34:47 -07:00
Dave Gamache
9f7b898ffe
trying the new cname to see if it changes tweetcount
2012-07-11 14:56:58 -07:00
Dave Gamache
75c0ac749a
adding the CNAME for github pages
2012-07-11 11:01:11 -07:00
Dave Gamache
e9315dd0fe
real moving docs stuff in
2012-07-11 10:52:32 -07:00
Dave Gamache
ee2f8533bd
getting the proper files into the gh-pages
2012-07-11 10:51:15 -07:00
Dave Gamache
ed36d58b37
trying to fix the docs situation
2012-07-11 10:46:58 -07:00
Dave Gamache
9d00aba3b9
going to delete this branch
2012-06-20 17:56:54 -07:00
Dave Gamache
d901ff3f38
pushing new github pages stuff
2012-06-20 17:52:53 -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