- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:58 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 74:643b02d06b94 user: ot date: Mon May 31 07:04:53 2004 +0000 files: docs/linkchecker.css description: adding style specific to linkchecker results diff -r a89772f0b0d4 -r 643b02d06b94 docs/linkchecker.css --- a/docs/linkchecker.css Mon May 31 05:54:39 2004 +0000 +++ b/docs/linkchecker.css Mon May 31 07:04:53 2004 +0000 @@ -4,7 +4,7 @@ Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: linkchecker.css,v 1.3 2004-05-14 01:37:16 ot Exp $ + $Id: linkchecker.css,v 1.4 2004-05-31 07:04:53 ot Exp $ */ html, body { @@ -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 Thursday, 5 August 2010 14:47:08 UTC