diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-08-02 11:22:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-08-02 11:22:22 +0000 |
commit | 92a897533bf7eb3dfdc3fb2998c333ba858132bc (patch) | |
tree | 65e11153ecdbc6baa44bc379172a28417a9db119 /modules | |
parent | 99d14f6f3389a761521e6e218a9e479d66eb0333 (diff) | |
download | brdo-92a897533bf7eb3dfdc3fb2998c333ba858132bc.tar.gz brdo-92a897533bf7eb3dfdc3fb2998c333ba858132bc.tar.bz2 |
- Patch #139117 by hass, casey, Stefan Nagtegaal: remove outdated IE5-mac hacks for build_css_cache() regex.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index a871005fd..a5fa7f957 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -397,7 +397,7 @@ table.sticky-header { /* ** Markup free clearing -** Details: http://www.positioniseverything.net/easyclearing.html +** Details: http://perishablepress.com/press/2009/12/06/new-clearfix-hack */ .clearfix:after { content: "."; @@ -406,16 +406,11 @@ table.sticky-header { clear: both; visibility: hidden; } - -.clearfix { - display: inline-block; -} - -/* Hides from IE-mac \*/ +/* IE6 */ * html .clearfix { height: 1%; } -.clearfix { - display: block; +/* IE7 */ +*:first-child + html .clearfix { + min-height: 1%; } -/* End hide from IE-mac */ |