mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
changed .gif to .png
This commit is contained in:
parent
ac0dff0c2c
commit
58ea0d0ed3
1 changed files with 2 additions and 2 deletions
|
@ -320,7 +320,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
||||||
/* background: url(static/img/vdraggie.gif) no-repeat top center;*/
|
/* background: url(static/img/vdraggie.gif) no-repeat top center;*/
|
||||||
width:16px;
|
width:16px;
|
||||||
height:16px;
|
height:16px;
|
||||||
background-image:url('../../static/img/etherpad_lite_icons.gif');
|
background-image:url('../../static/img/etherpad_lite_icons.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0px -300px;
|
background-position: 0px -300px;
|
||||||
|
|
||||||
|
@ -1071,7 +1071,7 @@ opacity:.8;
|
||||||
.buttonicon{
|
.buttonicon{
|
||||||
width:16px;
|
width:16px;
|
||||||
height:16px;
|
height:16px;
|
||||||
background-image:url('../../static/img/etherpad_lite_icons.gif');
|
background-image:url('../../static/img/etherpad_lite_icons.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue