- From: Ville Skytta <ville@dev.w3.org>
- Date: Fri, 11 Jun 2004 18:55:41 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv17821/docs
Modified Files:
linkchecker.css
Log Message:
Fix Opera/MSIE menubar ugliness by importing line-height from Markup Validator.
Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- linkchecker.css 9 Jun 2004 06:32:41 -0000 1.9
+++ linkchecker.css 11 Jun 2004 18:55:39 -0000 1.10
@@ -8,6 +8,7 @@
*/
html, body {
+ line-height: 120%;
color: black;
background: white;
font-family: "Bitstream Vera Sans", sans-serif;
Received on Friday, 11 June 2004 14:55:41 UTC