summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-04 17:57:04 +0400
committerAndrew Dolgov <[email protected]>2013-09-04 17:57:04 +0400
commit0c0e5f3640ff6e857a978f9bdd4af35fb4716f5e (patch)
treea7ddfeb3d420d156f08fb786efc775c31afbf440 /css
parente7a40490b8cfaec76b7a6dfc2b109996e6c34032 (diff)
fix wrong url() paths to toolbar.png in css
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css2
-rw-r--r--css/utility.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 234f53398..c91f09927 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -182,7 +182,7 @@ div.cdmFeedTitle {
border-width : 0px 0px 1px 0px;
border-style : solid;
padding : 5px 3px 5px 5px;
- background : url("images/toolbar.png") bottom left;
+ background : url("../images/toolbar.png") bottom left;
background-repeat : repeat-x;
}
diff --git a/css/utility.css b/css/utility.css
index c785cd82e..b45e9a00f 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -159,7 +159,7 @@ div.rss hr {
body#sharepopup {
background-color : white;
- background-image : url("images/toolbar.png");
+ background-image : url("../images/toolbar.png");
background-repeat : repeat-x;
background-position : bottom;
margin : 10px;