소스 검색

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

Garrick van Buren 12 년 전
부모
커밋
a4581c08c7
2개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  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;}