From 3385f23a403fdba2849f63e8bb225582ea0bdf41 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 4 Apr 2014 15:48:12 -0700 Subject: [PATCH] remove display:inline from full-name --- app/assets/stylesheets/desktop/topic-post.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index e06d4dcdaa..9975b11a36 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -526,12 +526,10 @@ iframe { } h3.full-name { - display: inline; font-weight: normal; font-size: 12px; margin-top: 2px; a {color: $secondary_text_color;} - } }