diff options
-rw-r--r-- | templates/handheld.css | 4 | ||||
-rw-r--r-- | templates/print.css | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/handheld.css b/templates/handheld.css index f82604c1..c93f6c68 100644 --- a/templates/handheld.css +++ b/templates/handheld.css @@ -19,11 +19,11 @@ */ --> - +/* #topbar { display: none; } - +*/ html, address, blockquote, body, dd, div, diff --git a/templates/print.css b/templates/print.css index 62e9419a..74efe2b7 100644 --- a/templates/print.css +++ b/templates/print.css @@ -106,9 +106,11 @@ BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override } #sidebar { display: none; } +/* #topbar { display: none; } +*/ .alphabet { display: none; } |