- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Feb 2009 18:10:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv4342/docs
Modified Files:
linkchecker.css
Log Message:
Use relative URL to menu background png.
Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- linkchecker.css 6 Jan 2009 22:19:53 -0000 1.28
+++ linkchecker.css 10 Feb 2009 18:10:29 -0000 1.29
@@ -286,7 +286,7 @@
ul#menu {
text-align: center;
margin: 1em 2em;
- background: #EAEBEE url(http://validator.w3.org/images/round-br.png) no-repeat bottom right;
+ background: #EAEBEE url(../images/round-br.png) no-repeat bottom right;
padding: 0.5em 0 0.3em;
border-top: 1px solid #DCDDE0;
}
Received on Tuesday, 10 February 2009 18:10:39 UTC