- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:03 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 119:0906d4eef7b8
user: ville
date: Sat Apr 09 14:44:34 2005 +0000
files: docs/linkchecker.css
description:
Add missing "hideme" class for "skip navigation" links.
diff -r 1ebef25b7879 -r 0906d4eef7b8 docs/linkchecker.css
--- a/docs/linkchecker.css Thu Mar 31 06:25:28 2005 +0000
+++ b/docs/linkchecker.css Sat Apr 09 14:44:34 2005 +0000
@@ -4,7 +4,7 @@
Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.11 2005-01-09 20:43:36 ville Exp $
+ $Id: linkchecker.css,v 1.12 2005-04-09 14:44:34 ville Exp $
*/
html, body {
@@ -76,6 +76,10 @@
th {
text-align: left;
+}
+
+.hideme {
+ display: none;
}
/* These are usually targets and not links */
Received on Thursday, 5 August 2010 14:47:06 UTC