- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Jan 2008 05:56:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style In directory hutz:/tmp/cvs-serv18659 Modified Files: base.css Log Message: trying to style radio/checkbox input in IE Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/style/base.css,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- base.css 2 Oct 2007 03:51:00 -0000 1.22 +++ base.css 15 Jan 2008 05:56:18 -0000 1.23 @@ -114,6 +114,11 @@ /* @group Inputs */ +div#frontforms input { + /* default for radio and checkbox. Others will be handled directly */ + background-color: #EAEBEE; +} + input#uri, input#file, input#uploaded_file, input#keywords, input#short_desc, textarea { font-family: Monaco, "Courier New", Monospace; font-size: 0.9em;
Received on Tuesday, 15 January 2008 05:56:27 UTC