Browse Source

separating print stylesheet from main as MW was mushing them together.

Garrick van Buren 12 years ago
parent
commit
a4581c08c7
2 changed files with 3 additions and 5 deletions
  1. 2 3
      assets/stylesheets/foreground-print.css
  2. 1 2
      assets/stylesheets/foreground.css

+ 2 - 3
assets/stylesheets/foreground-print.css

@@ -1,4 +1,3 @@
-
-nav, footer {
-  display:none;
+@media print {
+  nav, footer { display:none; }
 }

+ 1 - 2
assets/stylesheets/foreground.css

@@ -329,5 +329,4 @@ span.smwttactiveinline span.smwbuiltin {
 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 */
-#p-toolboxend { display:none;}
-
+#p-toolboxend { display:none;}