]> git.openstreetmap.org Git - rails.git/commitdiff
Use relative URLs in the stylesheet so we can run in a subdirectory.
authorTom Hughes <tom@compton.nu>
Tue, 6 Oct 2009 17:24:38 +0000 (17:24 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 6 Oct 2009 17:24:38 +0000 (17:24 +0000)
public/stylesheets/site.css

index b243928e769b7af977d549a82a493599c1e6c28e..22541778e11cb985465e59597fabfb4eb8b04bc6 100644 (file)
@@ -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
 {