diff options
author | pb1dft <pb1dft@ampache> | 2006-11-23 23:22:48 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-11-23 23:22:48 +0000 |
commit | 26b9269353993db44c4a5037bd72988407e88e37 (patch) | |
tree | 01cec7265b2c81903fef6898b0c74ff75ec7addf | |
parent | 78f14cef8d1a540d2ce8aee9358e66d36bd6a120 (diff) | |
download | ampache-26b9269353993db44c4a5037bd72988407e88e37.tar.gz ampache-26b9269353993db44c4a5037bd72988407e88e37.tar.bz2 ampache-26b9269353993db44c4a5037bd72988407e88e37.zip |
Minor mods in css for handheld to support the menu in plain text and print.css to display the topbar
-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; } |