Skip to content

Instantly share code, notes, and snippets.

@replete
Created October 21, 2013 11:42
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save replete/7082518 to your computer and use it in GitHub Desktop.
Save replete/7082518 to your computer and use it in GitHub Desktop.
Zurb Foundation Grid 4/5 IE7 support.
@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