diff options
Diffstat (limited to 'htdocs/base.css')
-rw-r--r-- | htdocs/base.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index bbaa0e3..2ceec0a 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,13 +4,14 @@ 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.45 2005-02-16 23:47:11 ot Exp $ + $Id: base.css,v 1.46 2005-02-17 02:21:32 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 */ /* Special Notices */ @@ -101,6 +102,7 @@ address { address img { display: inline; float: left; + vertical-align: middle; width: 88px; } @@ -187,6 +189,7 @@ dd { #news dt { font-weight: bold; + margin-top: 1em; } img { @@ -283,3 +286,7 @@ input.default { text-align: center; font-weight: bold; } + +@import url(print.css) print; +@import url(handheld.css) handheld; + |