mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 14:01:29 +00:00
fix wrong url() paths to toolbar.png in css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user