From 442b22252e49f25c1d86417cc11cece0d152c870 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 2 Oct 2014 03:08:44 -0700 Subject: [PATCH] increase inline title edit pencil size slightly --- app/assets/stylesheets/desktop/topic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index b220e1d4b54..fd3567b1b73 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -48,7 +48,7 @@ margin-top: 2px; margin-right: 5px; } - a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; } + a.edit-topic { font-size: 17px; position: absolute; margin-left: 8px; } } .title-category-wrapper { margin-top: 5px;