From 6ee34931f53a0f187cadeb96c21aa1c61bdb5331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 15 Apr 2012 13:14:16 +0200 Subject: [PATCH] Specifying background-size --- template/chat.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/template/chat.tpl b/template/chat.tpl index f6d89c4..cd7836a 100755 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -28,6 +28,7 @@ .timsChatMessage{$type|concat:'INFORMATION'|constant}, .timsChatMessage{$type|concat:'ERROR'|constant} { background-position: left top; background-repeat: no-repeat; + background-size: 16px 16px; } .timsChatMessage{$type|concat:'JOIN'|constant} {