diff options
author | John McLear <john@mclear.co.uk> | 2011-07-31 19:41:54 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2011-07-31 19:41:54 +0100 |
commit | 1d62de9acfef7ad3a9ab20bc07c43dd6356aacb8 (patch) | |
tree | 5f2d0c6181b6bb88366c5fe7c23facca1faf7068 /static | |
parent | 92377613d793ca3a046c0f448d3df27e01e08bbd (diff) | |
download | etherpad-lite-1d62de9acfef7ad3a9ab20bc07c43dd6356aacb8.zip |
Updated CSS for sprites
Diffstat (limited to 'static')
-rw-r--r-- | static/css/pad.css | 3 |
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; } |