summaryrefslogtreecommitdiffstats
path: root/htdocs/base.css
diff options
context:
space:
mode:
authorot <ot@localhost>2005-08-12 01:56:47 +0000
committerot <ot@localhost>2005-08-12 01:56:47 +0000
commit7bd3780c0223ceb42b48e6a59cb413c860e78559 (patch)
tree50f99bd9f749b944f449333ea979d5b62bd5b3a4 /htdocs/base.css
parentfc45e5188fb8390b853d76a42a2b358ca6af10c9 (diff)
downloadmarkup-validator-7bd3780c0223ceb42b48e6a59cb413c860e78559.zip
markup-validator-7bd3780c0223ceb42b48e6a59cb413c860e78559.tar.gz
markup-validator-7bd3780c0223ceb42b48e6a59cb413c860e78559.tar.bz2
should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=1839
Diffstat (limited to 'htdocs/base.css')
-rw-r--r--htdocs/base.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index 3b91025..9677a47 100644
--- a/htdocs/base.css
+++ b/htdocs/base.css
@@ -4,14 +4,15 @@
Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: base.css,v 1.55 2005-06-21 05:18:12 ot Exp $
+ $Id: base.css,v 1.56 2005-08-12 01:56:47 ot Exp $
*/
@import url("results.css"); /* CSS for validation results. */
@import url("navbar.css"); /* CSS for navigation menu. */
@import url("tips.css"); /* CSS for Quality Tips. */
@import url("docs.css"); /* CSS for the Documentation. */
-/* the print/handheld CSS imports are at the end of this document */
+@import url("print.css") print;
+@import url("handheld.css") handheld;
/* Special Notices */
@@ -306,6 +307,4 @@ input.default {
font-weight: bold;
}
-@import url("print.css") print;
-@import url("handheld.css") handheld;