From 5740732960bec8e383c432fd8ca0f88f0a094ea0 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Tue, 5 Feb 2013 14:30:43 +0100 Subject: [PATCH] fix off-by-one px in chat --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 266ea310..ca2271fc 100644 --- a/style.css +++ b/style.css @@ -184,14 +184,16 @@ summary { z-index: 3001; } + + #chatinput span { font-family: Verdana,sans-serif; - padding: 0 4px; display: inline-block; font-size: 12.6px; width: 84px; color: red; - padding-left: 2px; + padding: 0 4px 0 1px; + width: 85px; } #chatinput input {