diff options
author | link <link@localhost> | 2001-09-20 16:44:33 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-20 16:44:33 +0000 |
commit | 1ff1737a02bc5839d51ada0b5b0a8cecb8a7f750 (patch) | |
tree | 17e7c00afd2757af39c058ed304c4cfcfc3233fc /htdocs | |
parent | e0d32030bb2d65fa45d42dce3f4925a56e3466f8 (diff) | |
download | markup-validator-1ff1737a02bc5839d51ada0b5b0a8cecb8a7f750.zip markup-validator-1ff1737a02bc5839d51ada0b5b0a8cecb8a7f750.tar.gz markup-validator-1ff1737a02bc5839d51ada0b5b0a8cecb8a7f750.tar.bz2 |
Get rid of useless "label {display: inline}".
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/base.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index a0a1df4..5c12d23 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright © 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.14 2001-09-19 00:33:40 link Exp $ + $Id: base.css,v 1.15 2001-09-20 16:44:33 link Exp $ */ @import url(non-netscape.css); @@ -45,8 +45,6 @@ div.issue { .hideme {display: none} -label {display: inline} - dt a {color: black} /* These are usually targets and not links */ h1 a {color: black} /* These are usually targets and not links */ h2 a {color: black} /* These are usually targets and not links */ |