mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 20:11:07 +02:00
fix wrong url() paths to toolbar.png in css
This commit is contained in:
parent
e7a40490b8
commit
0c0e5f3640
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user