- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Mon, 31 May 2004 07:04:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs In directory hutz:/tmp/cvs-serv6587 Modified Files: linkchecker.css Log Message: adding style specific to linkchecker results Index: linkchecker.css =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- linkchecker.css 14 May 2004 01:37:16 -0000 1.3 +++ linkchecker.css 31 May 2004 07:04:53 -0000 1.4 @@ -232,3 +232,24 @@ border-right: solid 1px #ddd; } +/* linkchecker results */ +.report { + width: 100%; +} +dt.report { + font-weight: bold; +} +.unauthorized { + background-color: aqua; +} +.redirect { + background-color: yellow; +} +.broken { + background-color: red; +} +.multiple { + background-color: fuchsia; +} + +
Received on Monday, 31 May 2004 03:04:56 UTC