summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-02 11:22:22 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-02 11:22:22 +0000
commit92a897533bf7eb3dfdc3fb2998c333ba858132bc (patch)
tree65e11153ecdbc6baa44bc379172a28417a9db119 /themes/seven
parent99d14f6f3389a761521e6e218a9e479d66eb0333 (diff)
downloadbrdo-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 'themes/seven')
-rw-r--r--themes/seven/reset.css23
1 files changed, 8 insertions, 15 deletions
diff --git a/themes/seven/reset.css b/themes/seven/reset.css
index 2afd217f7..8d82482bc 100644
--- a/themes/seven/reset.css
+++ b/themes/seven/reset.css
@@ -188,7 +188,7 @@ body {
*
* Consider adding your own selectors to this instead of finding ways
* to sneak the clearfix class into Drupal's markup.
- * From http://www.positioniseverything.net/easyclearing.html
+ * From http://perishablepress.com/press/2009/12/06/new-clearfix-hack
*/
ul.links:after,
div.admin-panel .body:after,
@@ -206,24 +206,17 @@ ul.inline:after {
display: none;
clear: none;
}
-.form-item,
-ul.links,
-div.admin-panel .body,
-.clearfix {
- display: inline-block;
-}
-
-/* Hides from IE-mac \*/
+/* IE6 */
* html .form-item,
* html ul.links,
* html div.admin-panel .body,
* html .clearfix {
height: 1%;
}
-.form-item,
-ul.links,
-div.admin-panel .body,
-.clearfix {
- display: block;
+/* IE7 */
+*:first-child + html .form-item,
+*:first-child + html ul.links,
+*:first-child + html div.admin-panel .body,
+*:first-child + html .clearfix {
+ min-height: 1%;
}
-/* End hide from IE-mac */