]> git.wh0rd.org - tt-rss.git/commitdiff
fix wrong url() paths to toolbar.png in css
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 4 Sep 2013 13:57:04 +0000 (17:57 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 4 Sep 2013 13:57:04 +0000 (17:57 +0400)
css/cdm.css
css/utility.css

index 234f533986025b697ee2d0904e00f5405e131688..c91f09927df4858c929d62f8a0a465b415b820f8 100644 (file)
@@ -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;
 }
 
index c785cd82ec820e0b3b1d3fedf9a544d0d829959d..b45e9a00f9970d2029ef70e4cf3b97b6431539a7 100644 (file)
@@ -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;