- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Apr 2007 11:19:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style In directory hutz:/tmp/cvs-serv9676/style Modified Files: base.css Log Message: light border around main form block, as the background-color is a little hard to see on some ill-calibrated monitors Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/style/base.css,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- base.css 26 Mar 2007 01:46:29 -0000 1.7 +++ base.css 2 Apr 2007 11:19:55 -0000 1.8 @@ -291,6 +291,11 @@ text-decoration:none; } +.tabset_tabs li.firstchild a, .tabset_tabs li:first-child a { + border-left: 1px solid white; +} + + .tabset_tabs a.active, .tabset_tabs a.active:hover { color:#424242 ! important; background-color: #f2f7fa !important; @@ -298,16 +303,18 @@ /*border-color: #D1DAE9; border-left-width:1px; */ cursor:default; - border-bottom: white; + border: 1px solid #D1DAE9 !important; + border-bottom: transparent !important; + padding-top:0.8em; padding-bottom:1px; /* color: #fffff0 !important; */ } -.tabset_tabs li.firstchild a, .tabset_tabs li:first-child a { - border-left: 1px solid white; -} div#fields { + border: 1px solid #D1DAE9; + +/* background-color: #f2f7fa;*/ background: #f2f7fa url(../images/lg_gradient.gif) bottom left repeat-x; margin: 0; padding: 0; @@ -318,7 +325,8 @@ z-index:1; padding:0.5em 1em; border-left: 1px solid white; - padding-bottom: 2em; + padding-bottom: .5em; + margin-bottom: 0; } input {
Received on Monday, 2 April 2007 11:20:03 UTC