From 26b9269353993db44c4a5037bd72988407e88e37 Mon Sep 17 00:00:00 2001 From: pb1dft Date: Thu, 23 Nov 2006 23:22:48 +0000 Subject: Minor mods in css for handheld to support the menu in plain text and print.css to display the topbar --- templates/handheld.css | 4 ++-- 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; } -- cgit