Преглед изворни кода

trying out some more lt-ie9 fixes

Garrick van Buren пре 12 година
родитељ
комит
6acd824a88
1 измењених фајлова са 8 додато и 9 уклоњено
  1. 8 9
      assets/stylesheets/foreground.css

+ 8 - 9
assets/stylesheets/foreground.css

@@ -547,20 +547,19 @@ div.mw-htmlform-field-HTMLCheckField div.mw-label { height:0; }
 .lt-ie9 .hide-for-small { display: block !important; }
 
 /* TOP NAV */
-/*.lt-ie9 .top-bar-section {
+.lt-ie9 .top-bar-section {
   display:block;
-}*/
+}
 
-/*.lt-ie9 .top-bar-section ul {
+.lt-ie9 .top-bar-section ul {
   height: auto;
   width: 100%;
-}*/
+}
 
-.lt-ie9 .top-bar .top-bar-section ul {
-    li {
-        float: left;
-        display: inline;
-    }
+.lt-ie9 .top-bar .top-bar-section ul,
+.lt-ie9 .top-bar .top-bar-section ul li {
+  float: left;
+  display: inline;
 }
 /* END OTHER IE8 FIXES */