Updated CSS for sprites

This commit is contained in:
John McLear 2011-07-31 19:41:54 +01:00
parent 92377613d7
commit 1d62de9acf

View file

@ -1050,5 +1050,6 @@ 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.gif');
background-repeat: no-repeat;
} }