Преглед на файлове

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 */