From 7829c5079abfc7fb47559399eda0e2431c12e210 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Tue, 23 Mar 2004 19:46:04 +0000 Subject: [PATCH] hide print-specific output from cologneblue and nostalgia, too --- stylesheets/cologneblue.css | 6 ++++++ stylesheets/nostalgia.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index 1b5ad6e736..ad7fa739f8 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -133,3 +133,9 @@ table.rimage { text-align:center; font-size:smaller; } + +/* Print-specific things to hide */ +.urlexpansion, .printfooter { + display: none; + } + diff --git a/stylesheets/nostalgia.css b/stylesheets/nostalgia.css index 62aaf9f5ad..390e31627a 100644 --- a/stylesheets/nostalgia.css +++ b/stylesheets/nostalgia.css @@ -56,3 +56,9 @@ table.rimage { text-align:center; font-size:smaller; } + +/* Print-specific things to hide */ +.urlexpansion, .printfooter { + display: none; + } + -- 2.20.1