- From: Ville Skytta <ville@dev.w3.org>
- Date: Tue, 08 Jun 2004 17:37:39 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv3211/docs
Modified Files:
linkchecker.css
Log Message:
Use JPEG versions of header and footer images.
Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- linkchecker.css 8 Jun 2004 17:15:02 -0000 1.5
+++ linkchecker.css 8 Jun 2004 17:37:37 -0000 1.6
@@ -94,7 +94,7 @@
border-top: 1px solid black;
background-color: #eee;
clear: right;
- background-image: url(http://validator.w3.org/images/footer);
+ background-image: url(http://validator.w3.org/images/footer.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
height: 50px;
@@ -134,7 +134,7 @@
display: inline}
#banner {
-background-image: url(http://validator.w3.org/images/header);
+background-image: url(http://validator.w3.org/images/header.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
height: 50px;
Received on Tuesday, 8 June 2004 13:37:43 UTC