- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 May 2005 22:00:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv10483 Modified Files: base.css results.css Log Message: source display in monospace font (see http://lists.w3.org/Archives/Public/www-validator/2005May/0108.html) plus adding alternate font choices for monospace Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/base.css,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- base.css 17 May 2005 05:46:58 -0000 1.53 +++ base.css 23 May 2005 22:00:32 -0000 1.54 @@ -224,7 +224,7 @@ } pre, code, tt { - font-family: "Bitstream Vera Sans Mono", monospace; + font-family: "Bitstream Vera Sans Mono", Monaco, "Andale Mono", monospace; line-height: 100%; white-space: pre; } Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/results.css,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- results.css 17 May 2005 05:22:36 -0000 1.28 +++ results.css 23 May 2005 22:00:32 -0000 1.29 @@ -140,6 +140,10 @@ background-color: transparent; text-decoration: none; } +ol.source li { + white-space: normal; + font-family: "Bitstream Vera Sans Mono", Monaco, "Andale Mono", monospace; +} /* Style for non-parser warnings. */ @@ -257,9 +261,6 @@ float: left; } -.source code { - white-space: normal; -} div.mtb { /* "Medium Thematic Break" */ margin-top: 5em;
Received on Monday, 23 May 2005 22:00:39 UTC