From a2369b5119955b2677dfae64e35f0be2d0a6403c Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sat, 16 Feb 2013 15:21:24 +0100 Subject: [PATCH] avoid off by a few issues for people who zoom their browser. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f50492d3..5ba5d5cc 100644 --- a/style.css +++ b/style.css @@ -451,12 +451,12 @@ h3 { * as that’s solved by setting height on .mods. */ display: block; float:left; - height: 64px; + height: 63px; margin: 0 2px; overflow: hidden; padding: 2px; text-align: center; - width: 64px; + width: 63px; cursor:help; border: 1px solid #666; }