link-checker commit: Fix Opera/MSIE menubar ugliness by importing line-height from Markup Validator.

changeset:   92:28df4e49727f
user:        ville
date:        Fri Jun 11 18:55:39 2004 +0000
files:       docs/linkchecker.css
description:
Fix Opera/MSIE menubar ugliness by importing line-height from Markup Validator.


diff -r ff34ebbe9b36 -r 28df4e49727f docs/linkchecker.css
--- a/docs/linkchecker.css	Wed Jun 09 06:32:41 2004 +0000
+++ b/docs/linkchecker.css	Fri Jun 11 18:55:39 2004 +0000
@@ -4,10 +4,11 @@
    Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved.
    See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
 
-   $Id: linkchecker.css,v 1.9 2004-06-09 06:32:41 ville Exp $
+   $Id: linkchecker.css,v 1.10 2004-06-11 18:55:39 ville Exp $
 */
 
 html, body {
+  line-height: 120%;
   color: black;
   background: white;
   font-family: "Bitstream Vera Sans", sans-serif;

Received on Thursday, 5 August 2010 14:47:14 UTC