mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
fix literal paths, now they are relative
This commit is contained in:
parent
43508a32a3
commit
1fca334704
1 changed files with 2 additions and 2 deletions
|
@ -914,7 +914,7 @@ position: relative;
|
|||
height: 22px;
|
||||
left: 0px; top: 0px;
|
||||
background-size: 100% auto;
|
||||
background-image: url("/static/img/nw-resize.png");
|
||||
background-image: url("../img/nw-resize.png");
|
||||
background-repeat: no-repeat;
|
||||
/* background-position: -5px -5px;*/
|
||||
}
|
||||
|
@ -956,7 +956,7 @@ position: relative;
|
|||
line-height:25px;
|
||||
background-repeat:no-repeat;
|
||||
padding-left:25px;
|
||||
background-image: url("/static/img/fileicons.gif");
|
||||
background-image: url("../img/fileicons.gif");
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue