From dd870e8cdce644f9404f7054956b31c87cf0c8c9 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 12 Oct 2014 23:48:04 -0700 Subject: [PATCH] top/bottom pad title in topic lists: easier click --- app/assets/stylesheets/common/base/_topic-list.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 36a6ab6ae59..b845848c5e8 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -49,10 +49,8 @@ .main-link { font-size: 16px; - - i.score { - color: $success; - cursor: pointer; + a.title { + padding: 15px 0; } }