7e293bdc43
got the nav working on web and looking real sharp.
Dave Gamache
2014-12-01 22:44:25 -08:00
a4ab5f6f4e
starting to implement a docking nav?
Dave Gamache
2014-12-01 20:05:29 -08:00
4f8392275a
removing old icons and adding new. Adding colophon. Cleaning up a few other things probably
Dave Gamache
2014-12-01 18:26:32 -08:00
0c19f06469
updating readme
Dave Gamache
2014-12-01 13:02:19 -08:00
90a2980999
updating readme
Dave Gamache
2014-12-01 13:01:14 -08:00
c8a28fcda2
adding readme and small cleanup
Dave Gamache
2014-12-01 12:59:46 -08:00
4785e60a39
adding some real code styling to the docs to make them legible and starting to add the docs code content
Dave Gamache
2014-12-01 11:30:23 -08:00
2cbda075be
one step closer to v 2.0. Remove apple touch icons, getting rid of old base and layout files, removing outdating reference css, cleaning up pre and code, adding a show code toggle to docs and the crazy js that goes with that, slightly changing button and input styles
Dave Gamache
2014-12-01 03:02:51 -08:00
d71b12aa8b
fixing tracking code
Dave Gamache
2014-11-28 13:12:49 -08:00
9f681da240
right tweet button
Dave Gamache
2014-11-28 13:06:40 -08:00
e10e216986
Merge branch 'gh-pages' of github.com:dhgamache/Skeleton into gh-pages
Dave Gamache
2014-11-28 13:02:17 -08:00
12d4ef2169
adding tracking for downloads
Dave Gamache
2014-11-28 13:01:37 -08:00
7a68cd5b80
first version of 2.0 WIP
Dave Gamache
2014-11-20 16:38:45 -08:00
4e8df036e8
Update CNAME
Dave Gamache
2014-11-18 16:59:46 -08:00
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
Dave Gamache
2012-06-20 18:40:50 -07:00
c103965d73
cleaning up with headers with the new version
Dave Gamache
2012-06-20 18:05:52 -07:00
6b3162ee3f
Merge pull request #89 from fat/no-tabs
Dave Gamache
2012-06-20 18:02:57 -07:00
9d00aba3b9
going to delete this branch
Dave Gamache
2012-06-20 17:56:54 -07:00
d901ff3f38
pushing new github pages stuff
Dave Gamache
2012-06-20 17:52:53 -07:00
1fb5487ce3
remove tabs. Skeleton is not a UI framework
Jacob Thornton
2012-06-20 13:23:08 -07:00
015a69fc97
Merge pull request #82 from DBPreston/master
Dave Gamache
2012-05-15 09:23:25 -07:00
19190c1224
Merge pull request #83 from sunlifter/master
Dave Gamache
2012-05-15 09:20:28 -07:00
a05d0c7317
Merge pull request #70 from 46Bit/patch-1
Dave Gamache
2012-02-28 09:27:39 -08:00
8a719ccff0
Fixed what seems to be a numerical mistake. 336 + 48 = 384 but is given as 348.
Michael Mokrysz
2012-02-25 00:54:51 +00:00
b7ae333d07
adding some amazing -moz CSS from the @necolas
Dave Gamache
2012-01-26 21:55:15 -08:00
d34cdf66bb
changing line-height to normal for buttons
Dave Gamache
2012-01-25 22:30:01 -08:00
d0903383d3
Merge pull request #62 from scottrabin/delegate-on
Dave Gamache
2012-01-25 21:49:12 -08:00
aeaf1b4bb7
Changed .delegate to .on for future compatibility with jQuery
Scott Rabin
2012-01-26 00:39:23 -05:00
d6835b91a6
moving the html5 shim link to below CSS
Dave Gamache
2012-01-25 21:38:24 -08:00
94062ea1d3
fixing 768 alpha omega bug, changing the button css to clean it up a bit and resetting version on tabs
Dave Gamache
2012-01-25 21:27:50 -08:00
057c8d617f
Merge branch 'master' of github.com:dhgamache/Skeleton
Dave Gamache
2012-01-25 21:04:02 -08:00
cd25dd9818
Merge pull request #53 from jokull/master
Dave Gamache
2012-01-25 21:03:48 -08:00
78ae309e2f
adding column and columns, singular and plural, to single column
Dave Gamache
2012-01-25 21:01:54 -08:00
b43be292ee
changing to lastest jQuery version and using new tabs js
Dave Gamache
2012-01-25 20:51:32 -08:00
c3bd1eb457
Scope the .column and .columns selectors correctly.
Jökull Sólberg Auðunsson
2011-11-29 17:40:44 +00:00
2dfa28cea9
relinking from jQuery hotlink cause Google CDN delivery was wonky on local
Dave Gamache
2011-09-17 10:30:18 -07:00
3f12a6877e
fixing the button background inheritance issue
Dave Gamache
2011-09-08 22:49:38 -07:00
20e1874b96
changing active button styles
Dave Gamache
2011-08-17 23:22:43 -07:00
0222ed0975
changing the version numbers where needed
Dave Gamache
2011-08-17 22:22:11 -07:00
751c738bbe
reverting to old tabs.js because others don't function correctly in IE8-
Dave Gamache
2011-08-17 22:11:39 -07:00
0ed1e6e1ed
updaing docs and commenting all the CSS in correctly
Dave Gamache
2011-08-17 21:58:20 -07:00
68fb0e1755
resolving a CSS typo
Dave Gamache
2011-08-17 21:34:24 -07:00
9e4f68e180
removing some of the type=text/javascript since it is the default
Dave Gamache
2011-08-17 21:06:51 -07:00
f53e666531
removing jquery (only using Google CDN now); refactoring layout.css media queries to be more straightforward and better commented; Fixed tabs for CSS to use first-child so it would have all the borders even in IE
Dave Gamache
2011-08-17 21:05:28 -07:00
5e668f243b
adding the actual tabs.js file
Dave Gamache
2011-08-17 18:37:35 -07:00
a853af7018
fixing the app.js to become tabs.js and refactoring based on some awesome input from napcs on github
Dave Gamache
2011-08-17 18:37:22 -07:00
a06ce03310
Merge pull request #34 from tzilliox/master
Dave Gamache
2011-08-08 17:20:14 -07:00
f8b68e3b8b
Add slashes on the self closing <link> tags.
Thomas ZILLIOX
2011-08-08 16:49:55 +03:00
cc6c5090c0
Merge pull request #28 from denisjacquemin/master
Dave Gamache
2011-07-25 22:32:50 -07:00
ae0a8dcf82
I think the href for the favicon is wrong.
valentinvieriu
2011-05-21 12:33:06 -07:00
41912bd47d
changed the image commenting in base.css to be more clear
Dave Gamache
2011-05-20 17:18:42 -07:00
df67c35228
removed the img width 100% declaration. Breaks some plugins and techniques, but commented why it was removed and how the same effect of scaling images can be achieved by individually calling those properties on images
Dave Gamache
2011-05-20 15:30:44 -07:00
c1ad114a99
moved version to 1.0.2 with change of CSS
Dave Gamache
2011-05-20 09:39:44 -07:00
6eb429a255
added more button styles and the legend to the label declaration
Dave Gamache
2011-05-20 09:36:57 -07:00
1e6853c9c6
removed the edge rendering for IE and made sure the docs validated for HTML5 :)
Dave Gamache
2011-05-19 18:17:49 -07:00
529c1f6a02
removed the README.markdown from the source since I can't seem to make it an exclusion to the download...sadness strikes but all the details are on www.getskeleton.com anyway
Dave Gamache
2011-05-19 13:01:50 -07:00
ab7f82674e
changed the version number across the board to 1.0.1
Dave Gamache
2011-05-19 12:28:31 -07:00
b2d3f20604
nevermind...that didn't work. Need to find a way so README isn't packaged with download of sourcefiles
Dave Gamache
2011-05-19 12:12:40 -07:00
54fe30c7be
changed the README to be an exception file on the download link :)
Dave Gamache
2011-05-19 12:11:22 -07:00
941a324339
moving up to version 1.0.1 and making some slight changes in the CSS
Dave Gamache
2011-05-19 12:05:30 -07:00
2eca81305d
Doh! Left git conflict in base CSS by accident...fixing
Dave Gamache
2011-05-17 18:13:40 -07:00
a0cf898309
Add Apple Touch Icon sizes and linked those in, added active button CSS, changed some unneeded CSS in base.css, changed the Favicon to be square and cleaner, updated the app.js to include awesome suggestions made from Github community to be faster. Honestly, shocked at how awesome Github community has been already and thanks so much to everyone for the help
Dave Gamache
2011-05-17 17:55:29 -07:00
3b9fe7c444
Add Apple Touch Icon sizes and linked those in, added active button CSS, changed some unneeded CSS in base.css, changed the Favicon to be square and cleaner, updated the app.js to include awesome suggestions made from Github community to be faster. Honestly, shocked at how awesome Github community has been already and thanks so much to everyone for the help
Dave Gamache
2011-05-17 17:54:18 -07:00