- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Tue, 16 Nov 2004 05:19:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv13228 Modified Files: base.css Added Files: print.css Log Message: adding a (minimal) print stylesheet --- NEW FILE: print.css --- #menu, .jumpbar, address, .copyright, #revalidate { display: none } body { font-size: 12pt; } #banner { background: white; } /* trying to avoid having the source drool out of the paper */ #source div pre { white-space: normal } /* ... yet have something legible */ #source div pre a {display: block } Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/base.css,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- base.css 21 Jul 2004 15:06:55 -0000 1.33 +++ base.css 16 Nov 2004 05:19:49 -0000 1.34 @@ -11,6 +11,7 @@ @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 CSS is at the end of this document, imported after everything else */ html, body { @@ -335,3 +336,6 @@ div#recent dt { margin-top: 1em; } + +@import url(print.css) print; +
Received on Tuesday, 16 November 2004 05:19:52 UTC