From 8ec57aa9e13b94d0669ad101282af39194901145 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sat, 8 Dec 2012 23:33:10 -0500 Subject: [PATCH] Relative paths for CSS. Fixes #232 --- css/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index ce6b0dcaa..a3e8fd775 100644 --- a/css/app.css +++ b/css/app.css @@ -83,7 +83,7 @@ a.selected { ------------------------------------------------------- */ .fillL { background-color: white;} -.fillL2 { background: #f7f7f7 url(/img/background-pattern-1.png) repeat;} +.fillL2 { background: #f7f7f7 url(../img/background-pattern-1.png) repeat;} .fillD { background-color: #222222; color: white; @@ -222,7 +222,7 @@ button.action .label { vertical-align:top; width:20px; height:20px; - background:transparent url(/img/sprite.png) no-repeat 0px 0px; + background:transparent url(../img/sprite.png) no-repeat 0px 0px; text-indent:-9999px; overflow:hidden; } @@ -354,7 +354,7 @@ button.Browse .label { .map-control button { text-indent: -9999px; overflow: hidden; - background-image: url(/img/sprite.png); + background-image: url(../img/sprite.png); } .content { @@ -614,4 +614,4 @@ div.typeahead a { * { -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none; -} \ No newline at end of file +}