From a9bf2f160666c323594f6e48d630136e1b8a0736 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 14 Jan 2013 13:51:56 -0500 Subject: [PATCH] Fix counts. Fixes #362 --- css/app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index dc748e120..4aba98318 100644 --- a/css/app.css +++ b/css/app.css @@ -865,9 +865,10 @@ div.typeahead a:first-child { margin-right: 10px; text-align: center; float: left; - height: 24px; - min-width: 24px; + height: 12px; + min-width: 12px; font-size:12px; + line-height: 12px; border-radius:24px; padding:5px; background:#7092ff;