- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 18 Sep 2007 07:11:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs In directory hutz:/tmp/cvs-serv10016 Modified Files: linkchecker.css Log Message: giving the results a bit of air Index: linkchecker.css =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- linkchecker.css 18 Sep 2007 06:43:26 -0000 1.21 +++ linkchecker.css 18 Sep 2007 07:11:46 -0000 1.22 @@ -314,20 +314,22 @@ margin-right: 0 !important; padding:0; border-bottom: 1px solid #EAEBEE; + border-left: 1px solid #EAEBEE; + border-right: 1px solid #EAEBEE; } dl.report dt, dl.report dd { - border-left: 1px solid #EAEBEE; - border-right: 1px solid #EAEBEE; border-bottom: 0; padding: 1em; } dl.report dt {border-top: 1px solid #EAEBEE; + margin-top: .8em; padding-left: .5em; } dl.report dd { border-top: 0; margin: 0; padding: 0 0 0 2em; + line-height: 170%; text-indent: 0; }
Received on Tuesday, 18 September 2007 07:11:53 UTC