summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-05-16 04:29:10 +0000
committerot <ot@localhost>2005-05-16 04:29:10 +0000
commitbe612b718448ae0a1ce06cede1951ef493325669 (patch)
tree2085b183c70020a0ee21ba857d7c5370e75e0844
parentc0c2dd27f3b74a45ce7d1d1333500004c29540ee (diff)
downloadmarkup-validator-be612b718448ae0a1ce06cede1951ef493325669.zip
markup-validator-be612b718448ae0a1ce06cede1951ef493325669.tar.gz
markup-validator-be612b718448ae0a1ce06cede1951ef493325669.tar.bz2
color tweaks in the "QA brown" theme
fixing a display glitch with fieldset legend on IE5 Mac
-rw-r--r--htdocs/base.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index fd594f8..5eab676 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.51 2005-05-14 07:24:36 ot Exp $
+ $Id: base.css,v 1.52 2005-05-16 04:29:10 ot Exp $
*/
@import url("results.css"); /* CSS for validation results. */
@@ -274,15 +274,18 @@ p.copyright a {
/* Fieldsets */
fieldset {
+ padding: .5em;
background: white;
- border: 1px dotted #005A9C;
+ border: 1px dotted #aaaa77;
margin-left: 20px;
margin-right: 20px;
+ margin-top: .5em;
}
fieldset legend {
- color: #777742;
- background: white;
+ color: #fff;
+ background-color: #aaaa77;
+ font-size: smaller;
padding: .1ex .5ex;
border-right: 1px solid gray;
border-bottom: 1px solid gray;