- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 15 Oct 2006 18:25:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv27934/docs
Modified Files:
linkchecker.css
Log Message:
Avoid multiple "settings" IDs in HTML output.
Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- linkchecker.css 25 May 2006 14:11:03 -0000 1.13
+++ linkchecker.css 15 Oct 2006 18:25:51 -0000 1.14
@@ -252,11 +252,11 @@
dt.report {
font-weight: bold;
}
-div#settings {
+div.settings {
font-size: smaller;
float: right;
}
-div#settings ul {
+div.settings ul {
margin: 0;
padding-left: 1.5em;
}
Received on Sunday, 15 October 2006 18:26:00 UTC