- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 May 2005 04:29:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv24763 Modified Files: base.css Log Message: color tweaks in the "QA brown" theme fixing a display glitch with fieldset legend on IE5 Mac Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/base.css,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- base.css 14 May 2005 07:24:36 -0000 1.51 +++ base.css 16 May 2005 04:29:10 -0000 1.52 @@ -274,15 +274,18 @@ /* 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;
Received on Monday, 16 May 2005 05:02:26 UTC