From 90fca1ba17668d96be4ec8fb1f8fe14747117195 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 11 Jun 2014 16:35:54 -0700 Subject: [PATCH] bigger category stat numbers --- app/assets/stylesheets/desktop/topic-list.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index ec0cd4435a2..b873447f15f 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -273,8 +273,8 @@ td { padding: 2px; vertical-align: bottom; - line-height: 17px; - &.value { text-align: right; } + line-height: 24px; + &.value { text-align: right; font-size: 24px; } &.unit { text-align: left; } } }