summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2011-07-31 19:41:54 +0100
committerJohn McLear <john@mclear.co.uk>2011-07-31 19:41:54 +0100
commit1d62de9acfef7ad3a9ab20bc07c43dd6356aacb8 (patch)
tree5f2d0c6181b6bb88366c5fe7c23facca1faf7068 /static
parent92377613d793ca3a046c0f448d3df27e01e08bbd (diff)
downloadetherpad-lite-1d62de9acfef7ad3a9ab20bc07c43dd6356aacb8.zip
Updated CSS for sprites
Diffstat (limited to 'static')
-rw-r--r--static/css/pad.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/pad.css b/static/css/pad.css
index 0b01ab6a..b3435b1e 100644
--- a/static/css/pad.css
+++ b/static/css/pad.css
@@ -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;
}