From e6cb0e75fcacb72027fa756fef8841cf3eac0d9a Mon Sep 17 00:00:00 2001 From: vita10gy Date: Mon, 25 Mar 2013 09:11:14 -0500 Subject: [PATCH] Likely Fix for px gap Char bar was using padding from default input. This will probably fix it, but I can't build it anymore. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f010c33d..5cc5249b 100644 --- a/style.css +++ b/style.css @@ -299,6 +299,7 @@ summary { color: #EEEEEE; width: 100%; height: 100%; + padding:3px 4px 1px 4px; }