summaryrefslogtreecommitdiffstats
path: root/htdocs/handheld.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/handheld.css')
-rw-r--r--htdocs/handheld.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/htdocs/handheld.css b/htdocs/handheld.css
new file mode 100644
index 0000000..61f4508
--- /dev/null
+++ b/htdocs/handheld.css
@@ -0,0 +1,24 @@
+@media handheld {
+/* should not be necessary to wrap this way, but safer is better */
+
+ html, body, #menu, #banner, .jumpbar, address, .copyright, #revalidate {
+ background:white !important;
+ }
+
+ body {
+ padding: 0;
+ }
+
+ #banner, #main, #address {
+ margin: 0 !important;
+ padding: 0 !important;
+ }
+
+ #banner {
+ height: auto;
+ }
+
+ #source div pre { white-space: normal }
+ #source div pre a {display: block }
+
+}