Updated CSS for sprites

This commit is contained in:
John McLear 2011-07-31 19:41:54 +01:00
parent 92377613d7
commit 1d62de9acf
1 changed files with 2 additions and 1 deletions

View File

@ -1050,5 +1050,6 @@ opacity:.8;
.buttonicon{
width:16px;
height:16px;
background-image:url('../static/img/etherpad_lite_icons.gif');
background-image:url('../../static/img/etherpad_lite_icons.gif');
background-repeat: no-repeat;
}