Created
October 21, 2013 11:42
-
-
Save replete/7082518 to your computer and use it in GitHub Desktop.
Zurb Foundation Grid 4/5 IE7 support.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
/*--------------------------------------------------------------- | |
IE6-7 Box-sizing polyfill, for Zurb ruleset | |
ˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍ | |
https://gist.github.com/replete/7082518 | |
1) Requires box-sizing.htc from https://github.com/Schepp/box-sizing-polyfill | |
˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭*/ | |
*, | |
*:before, | |
*:after, | |
input[type="text"], | |
input[type="password"], | |
input[type="date"], | |
input[type="datetime"], | |
input[type="datetime-local"], | |
input[type="month"], | |
input[type="week"], | |
input[type="email"], | |
input[type="number"], | |
input[type="search"], | |
input[type="tel"], | |
input[type="time"], | |
input[type="url"], | |
textarea, | |
form.custom .custom.dropdown.open ul, | |
form.custom .custom.dropdown.open.small ul, | |
form.custom .custom.dropdown.open.medium ul, | |
form.custom .custom.dropdown.open.large ul, | |
hr, | |
input[type="checkbox"], | |
input[type="radio"], | |
input[type="search"] | |
{ | |
//Note: These selectors were manually chosen from Foundation 4's | |
// compiled source with all plugins enabled. Will need checking after an upgrade. -- @replete | |
*behavior: url(/scripts/vendor/boxsizing.htc); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment