hide print-specific output from cologneblue and nostalgia, too
authorJens Frank <jeluf@users.mediawiki.org>
Tue, 23 Mar 2004 19:46:04 +0000 (19:46 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Tue, 23 Mar 2004 19:46:04 +0000 (19:46 +0000)
stylesheets/cologneblue.css
stylesheets/nostalgia.css

index 1b5ad6e..ad7fa73 100644 (file)
@@ -133,3 +133,9 @@ table.rimage {
         text-align:center;
         font-size:smaller;
         }
+
+/* Print-specific things to hide */
+.urlexpansion, .printfooter {
+        display: none;
+       }
+
index 62aaf9f..390e316 100644 (file)
@@ -56,3 +56,9 @@ table.rimage {
         text-align:center;
         font-size:smaller;
         }
+
+/* Print-specific things to hide */
+.urlexpansion, .printfooter {
+        display: none;
+       }
+