diff options
Diffstat (limited to 'htdocs/print.css')
-rw-r--r-- | htdocs/print.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/print.css b/htdocs/print.css index 7de1cfe..af8bd0e 100644 --- a/htdocs/print.css +++ b/htdocs/print.css @@ -2,7 +2,7 @@ /* should not be necessary to wrap this way, but safer is better */ { #menu, .jumpbar, address, .copyright, #revalidate { - display: none + display: none; } html { |