- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 09 Apr 2005 14:44:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv6050/docs
Modified Files:
linkchecker.css
Log Message:
Add missing "hideme" class for "skip navigation" links.
Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- linkchecker.css 9 Jan 2005 20:43:36 -0000 1.11
+++ linkchecker.css 9 Apr 2005 14:44:34 -0000 1.12
@@ -78,6 +78,10 @@
text-align: left;
}
+.hideme {
+ display: none;
+}
+
/* These are usually targets and not links */
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover {
color: inherit;
Received on Saturday, 9 April 2005 14:44:37 UTC