link-checker commit: Use relative URL to menu background png.

changeset:   276:35e79c0fad01
user:        ville
date:        Tue Feb 10 18:10:29 2009 +0000
files:       docs/linkchecker.css
description:
Use relative URL to menu background png.


diff -r a543f4ba5ce8 -r 35e79c0fad01 docs/linkchecker.css
--- a/docs/linkchecker.css	Thu Feb 05 21:31:35 2009 +0000
+++ b/docs/linkchecker.css	Tue Feb 10 18:10:29 2009 +0000
@@ -4,7 +4,7 @@
    Copyright 2000-2009 W3C (MIT, INRIA, Keio). All Rights Reserved.
    See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
 
-   $Id: linkchecker.css,v 1.28 2009-01-06 22:19:53 ot Exp $
+   $Id: linkchecker.css,v 1.29 2009-02-10 18:10:29 ville Exp $
 */
 
 html, body {
@@ -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 Thursday, 5 August 2010 14:47:33 UTC