1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-25 13:57:11 +00:00

fix wrong url() paths to toolbar.png in css

This commit is contained in:
Andrew Dolgov
2013-09-04 17:57:04 +04:00
parent e7a40490b8
commit 0c0e5f3640
2 changed files with 2 additions and 2 deletions

View 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;
}