From 58ea0d0ed35bdebbaec4ebbe83a62547c902c8a1 Mon Sep 17 00:00:00 2001 From: Robin Buse Date: Wed, 17 Aug 2011 19:14:43 +0300 Subject: [PATCH] changed .gif to .png --- static/css/pad.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/pad.css b/static/css/pad.css index 9f3739d6..ac5a32b9 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -320,7 +320,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } /* background: url(static/img/vdraggie.gif) no-repeat top center;*/ width: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-position: 0px -300px; @@ -1071,7 +1071,7 @@ opacity:.8; .buttonicon{ width: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; margin-left: 1px; margin-top: 1px;