- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Jan 2009 22:09:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs In directory hutz:/tmp/cvs-serv30693/docs Modified Files: linkchecker.css Log Message: simplify, lighten, give air, do not yell at the user. results table made less heavy and screaming, report list more airy. Index: linkchecker.css =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- linkchecker.css 6 Jan 2009 20:37:48 -0000 1.26 +++ linkchecker.css 6 Jan 2009 22:09:57 -0000 1.27 @@ -316,8 +316,16 @@ .report { width: 100%; } -dt.report { - font-weight: bold; + +table.report { + border-collapse: collapse; +} +table.report th { + padding: .5em; + background-color: #fcfcfc; +} +table.report td { + padding: .5em; } dl.report { @@ -328,20 +336,32 @@ border-left: 1px solid #EAEBEE; border-right: 1px solid #EAEBEE; } + dl.report dt, dl.report dd { border-bottom: 0; - padding: 1em; } dl.report dt {border-top: 1px solid #EAEBEE; margin-top: .8em; padding-left: .5em; + padding-top: .5em; + font-weight: bold; +} +dl.report dt span.msg_loc, dl.report dt span.redirected_to { +font-weight: normal; } dl.report dd { border-top: 0; margin: 0; - padding: 0 0 0 2em; - line-height: 170%; text-indent: 0; + padding: 0; + margin-left: 1.5em; +} +dl.report dd.responsecode{ padding-top: 1em; font-size: smaller;} +dl.report dd.message_explanation{ font-size: smaller; margin-bottom: 1.5em; } + +dl.report dd p{ + padding: 0; + line-height: 150%; } div.settings { @@ -355,18 +375,22 @@ .unauthorized { background-color: aqua; } + .redirect { font-weight: normal; font-style: italic; } .broken { - background-color: red; + color: #aa0000; +} +dl.report .broken { + font-weight: bold; } .multiple { - background-color: fuchsia; + color: fuchsia; } .dubious { - background-color: #dadada; + background-color: #eaeaea; } span.err_type img {
Received on Tuesday, 6 January 2009 22:10:09 UTC