Selaa lähdekoodia

removed jamie's h1 hides until we can better test it

Garrick van Buren 12 vuotta sitten
vanhempi
sitoutus
7ecc7a49d9
1 muutettua tiedostoa jossa 0 lisäystä ja 15 poistoa
  1. 0 15
      assets/stylesheets/foreground.css

+ 0 - 15
assets/stylesheets/foreground.css

@@ -1,4 +1,3 @@
-
 body {
 body {
   line-height: 1.6em;
   line-height: 1.6em;
 }
 }
@@ -331,18 +330,4 @@ div.mw-htmlform-field-HTMLCheckField div.mw-label { height:0; }
 
 
 /* UNTIL I CAN DETERMINE WHY toolboxend GENERATES AN EMPTY <li> IN THE MENU, I'M HIDING IT */
 /* UNTIL I CAN DETERMINE WHY toolboxend GENERATES AN EMPTY <li> IN THE MENU, I'M HIDING IT */
 #p-toolboxend { display:none;}
 #p-toolboxend { display:none;}
-y {background-color: green;}
-}
-
-/* hide some page titles that seem redundant */
-body.page-Main_Page h1.firstHeading,
-body.page-Main_Page #siteSub,
-body.page-Extension_Main_Page h1.firstHeading,
-body.page-Extension_Main_Page #siteSub,
-body.page-Skin_Main_Page h1.firstHeading,
-body.page-Skin_Main_Page #siteSub,
-body.page-Farm_Main_Page h1.firstHeading,
-body.page-Farm_Main_Page #siteSub {
-  display:none;
-}