From: Jens Frank Date: Tue, 23 Mar 2004 19:46:04 +0000 (+0000) Subject: hide print-specific output from cologneblue and nostalgia, too X-Git-Tag: 1.3.0beta1~715 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=7829c5079abfc7fb47559399eda0e2431c12e210;p=lhc%2Fweb%2Fwiklou.git hide print-specific output from cologneblue and nostalgia, too --- 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; + } +