diff options
Diffstat (limited to 'htdocs/handheld.css')
-rw-r--r-- | htdocs/handheld.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/htdocs/handheld.css b/htdocs/handheld.css deleted file mode 100644 index da05761..0000000 --- a/htdocs/handheld.css +++ /dev/null @@ -1,31 +0,0 @@ -/*! - Handheld Style Sheet for the W3C Markup Validation Service. - - Copyright 2005 W3C (MIT, INRIA, Keio). All Rights Reserved. - See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright -*/ - -@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 } - -} |