From 57978fc175a15c2873ea3dd9743b531a17d4cba2 Mon Sep 17 00:00:00 2001 From: Paul Crovella Date: Sat, 17 Jan 2015 09:25:51 -0800 Subject: [PATCH] Fix votes font size in user summary. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ffd7b20..fd3ec67 100644 --- a/style.css +++ b/style.css @@ -29,7 +29,7 @@ width : 48px !important; } - .mini-counts { + div.cp .mini-counts { font-size: 20px !important; font-weight: normal !important; }