48bf6931c7
Added support for type="search" and type="url" HTML5 form fields. Email was there so I figured you may as well style the remainder of them. Also, we can remove any preformatted styling by mozilla and webkit for good measure since older versions of these browsers may not innately support them.
2012-07-07 21:52:27 -07:00
7ab682091d
changing version number
v1.2
v2.0
2012-06-20 18:55:00 -07: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
2012-06-20 18:40:50 -07:00
c103965d73
cleaning up with headers with the new version
2012-06-20 18:05:52 -07:00
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
1fb5487ce3
remove tabs. Skeleton is not a UI framework
2012-06-20 13:23:08 -07:00
015a69fc97
Merge pull request #82 from DBPreston/master
...
Edit to base.css
2012-05-15 09:23:25 -07:00
19190c1224
Merge pull request #83 from sunlifter/master
...
Updated jquery library to 1.7.2
2012-05-15 09:20:28 -07:00
be1be535b7
Updated jquery library.
2012-05-15 00:10:09 +03:00
f858d9b0b6
Removed redundant padding declaration on .button
2012-05-02 18:43:35 +02:00
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
85c83d9874
Make up one's mind regarding typography? :P
2012-04-18 19:22:40 +02:00
94ce27001d
Merge pull request #71 from LearnBoost/tabs-refactor
...
Tabs refactor
2012-03-03 12:17:14 -08:00
bc178a5228
It now works before dom is ready :)
2012-03-01 19:53:51 -03:00
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
4c7d6b0b3e
Don't assume $ is jQuery. Rely on jQuery
global instead.
2012-03-01 19:33:42 -03:00
6da48f64c3
Switched to 2-space indentation.
2012-03-01 19:32:51 -03:00
17f0141da9
JSDoc-compatible comment formatting.
2012-03-01 19:30:57 -03:00
d72703e77a
Clear whitespace.
2012-03-01 19:30:17 -03:00
a05d0c7317
Merge pull request #70 from 46Bit/patch-1
...
Padding Bug on Offset-by-eight
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.
2012-02-25 00:54:51 +00:00
b7ae333d07
adding some amazing -moz CSS from the @necolas
2012-01-26 21:55:15 -08:00
d34cdf66bb
changing line-height to normal for buttons
2012-01-25 22:30:01 -08:00
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
aeaf1b4bb7
Changed .delegate to .on for future compatibility with jQuery
2012-01-26 00:39:23 -05:00
d6835b91a6
moving the html5 shim link to below CSS
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
2012-01-25 21:27:50 -08:00
057c8d617f
Merge branch 'master' of github.com:dhgamache/Skeleton
2012-01-25 21:04:02 -08:00
cd25dd9818
Merge pull request #53 from jokull/master
...
Scoped selectors are better
2012-01-25 21:03:48 -08:00
78ae309e2f
adding column and columns, singular and plural, to single column
2012-01-25 21:01:54 -08:00
b43be292ee
changing to lastest jQuery version and using new tabs js
2012-01-25 20:51:32 -08:00
c3bd1eb457
Scope the .column and .columns selectors correctly.
2011-11-29 17:40:44 +00:00
2dfa28cea9
relinking from jQuery hotlink cause Google CDN delivery was wonky on local
2011-09-17 10:30:18 -07:00
3f12a6877e
fixing the button background inheritance issue
2011-09-08 22:49:38 -07:00
20e1874b96
changing active button styles
2011-08-17 23:22:43 -07:00
0222ed0975
changing the version numbers where needed
2011-08-17 22:22:11 -07:00
751c738bbe
reverting to old tabs.js because others don't function correctly in IE8-
2011-08-17 22:11:39 -07:00
0ed1e6e1ed
updaing docs and commenting all the CSS in correctly
2011-08-17 21:58:20 -07:00
68fb0e1755
resolving a CSS typo
2011-08-17 21:34:24 -07:00
9e4f68e180
removing some of the type=text/javascript since it is the default
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
2011-08-17 21:05:28 -07:00
5e668f243b
adding the actual tabs.js file
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
2011-08-17 18:37:22 -07:00
a06ce03310
Merge pull request #34 from tzilliox/master
...
Add slashes on the self closing <link> tags.
2011-08-08 17:20:14 -07:00
f8b68e3b8b
Add slashes on the self closing <link> tags.
2011-08-08 16:49:55 +03:00
cc6c5090c0
Merge pull request #28 from denisjacquemin/master
...
Offset values fix for Tablet (Portrait) and better indenting!
2011-07-25 22:32:50 -07:00
1460abb9da
Offsets values fix for #Tablet (Portrait)
2011-07-24 16:49:19 +02:00
ba19b256d8
indentation cleanup
2011-07-24 16:47:07 +02:00
19b1921a6c
made changed to remove issue where browser cannot zoom/scale
2011-07-17 12:28:18 -07:00
b61c4b890f
Merge pull request #17 from LoonyPandora/master
...
Add active class to the currently active tab-content.
2011-06-12 10:07:03 -07:00