changeset 262:5a0a37364853

Updated to fix the path to the images
author Steve Kemp <steve@steve.org.uk>
date Wed, 23 Jul 2008 18:44:26 +0100
parents ede363a3042c
children c22641b53918
files themes/blog.mail-scanning.com/layout.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blog.mail-scanning.com/layout.css	Mon Jul 21 22:07:50 2008 +0100
+++ b/themes/blog.mail-scanning.com/layout.css	Wed Jul 23 18:44:26 2008 +0100
@@ -86,7 +86,7 @@
 
 /* navigation */
 .navigation {
-	background: #D9E1E5 url(/images/nav.gif);
+	background: #D9E1E5 url(/nav.gif);
 	border: 1px solid #DFEEF7;
 	border-color: #DFEEF7 #CFDEE7;
 	height: 41px;
@@ -96,7 +96,7 @@
 
 }
 .navigation a {
-	background: #D9E1E5 url(/images/nav.gif);
+	background: #D9E1E5 url(/nav.gif);
 	border-right: 1px solid #AFBEC7;
 	color: #456;
 	display: block;