From: Tom Hughes Date: Tue, 6 Oct 2009 17:24:38 +0000 (+0000) Subject: Use relative URLs in the stylesheet so we can run in a subdirectory. X-Git-Tag: live~6562 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cb57a77c3a279c2701a5d9d842055182c5a78243 Use relative URLs in the stylesheet so we can run in a subdirectory. --- 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 {