summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-03-11 02:37:39 +0000
committerot <ot@localhost>2005-03-11 02:37:39 +0000
commit8e747e4bbc75963ea7310af50a3d4d22ea6ba4d8 (patch)
tree1bdfb7ca381feb490466fc2cd1f9514ce582524a
parentc00ab358a562a5b21e5097159178bb1933ab0e7c (diff)
downloadmarkup-validator-8e747e4bbc75963ea7310af50a3d4d22ea6ba4d8.zip
markup-validator-8e747e4bbc75963ea7310af50a3d4d22ea6ba4d8.tar.gz
markup-validator-8e747e4bbc75963ea7310af50a3d4d22ea6ba4d8.tar.bz2
declaring bg color - may fix some visual glitches in winIE
-rw-r--r--htdocs/base.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index 20bc466..c2eee48 100644
--- a/htdocs/base.css
+++ b/htdocs/base.css
@@ -4,7 +4,7 @@
Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: base.css,v 1.47 2005-02-17 02:38:49 ot Exp $
+ $Id: base.css,v 1.48 2005-03-11 02:37:39 ot Exp $
*/
@import url("results.css"); /* CSS for validation results. */
@@ -267,6 +267,7 @@ fieldset {
fieldset legend {
color: #C60;
+ background: #FCFCFC;
padding: .1ex .5ex;
border-right: 1px solid gray;
border-bottom: 1px solid gray;