summaryrefslogtreecommitdiffstats
path: root/htdocs/handheld.css
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2011-11-01 19:28:14 +0200
committerVille Skytt? <ville.skytta@iki.fi>2011-11-01 19:28:14 +0200
commitee5e5c5d1b005efa7c3edb983389cb49b254eb5a (patch)
tree76a7733cff2d245134fc3740f3f250ab0e43ba83 /htdocs/handheld.css
parent5eb52c0726161192310598128c14470f23bc1d02 (diff)
downloadmarkup-validator-ee5e5c5d1b005efa7c3edb983389cb49b254eb5a.zip
markup-validator-ee5e5c5d1b005efa7c3edb983389cb49b254eb5a.tar.gz
markup-validator-ee5e5c5d1b005efa7c3edb983389cb49b254eb5a.tar.bz2
Remove old unused CSS and associated images.
Diffstat (limited to 'htdocs/handheld.css')
-rw-r--r--htdocs/handheld.css31
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 }
-
-}