From cb57a77c3a279c2701a5d9d842055182c5a78243 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 6 Oct 2009 17:24:38 +0000 Subject: [PATCH] Use relative URLs in the stylesheet so we can run in a subdirectory. --- public/stylesheets/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index b243928e7..22541778e 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -79,7 +79,7 @@ body { padding-top: 5px; font-size: 13px; line-height: 14px; - background: url('/images/tab_bottom.gif') repeat-x bottom; + background: url('../images/tab_bottom.gif') repeat-x bottom; } /* An unread message (e.g. "inbox(1)") */ @@ -298,7 +298,7 @@ hides rule from IE5-Mac \*/ margin: 0px; padding-left: 215px; padding-top: 5px; - background: url('/images/tab_bottom.gif') repeat-x bottom; + background: url('../images/tab_bottom.gif') repeat-x bottom; } #tabnav li { -- 2.43.2