From 6a722af2f76967ab436e26d7a0cb2d8638d461c8 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 30 Nov 2014 00:23:11 +0100 Subject: [PATCH] more changes to answerbox --- app/assets/stylesheets/base.css.scss | 9 +++++++++ app/views/shared/_answerbox.html.haml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index c9fe80eb..05c3ef1e 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -35,6 +35,10 @@ body { margin-bottom: 0px; } +.answerbox-question-text { + font-weight: bold; +} + .user-displayname { margin-top: 12px; margin-bottom: 2px; @@ -50,4 +54,9 @@ body { text-transform: uppercase; font-weight: bold; font-size: 80%; +} + +.text-muted a, .text-muted a:hover { + color: $gray-light; + text-decoration: none; } \ No newline at end of file diff --git a/app/views/shared/_answerbox.html.haml b/app/views/shared/_answerbox.html.haml index 258b5a5d..0b756421 100644 --- a/app/views/shared/_answerbox.html.haml +++ b/app/views/shared/_answerbox.html.haml @@ -4,7 +4,7 @@ .media-left %img.img-rounded.img-answerbox .media-body - %h5.media-heading.answerbox-question-user= user_screen_name a.question.user, a.question.author_is_anonymous + %h6.text-muted.media-heading.answerbox-question-user= user_screen_name a.question.user, a.question.author_is_anonymous %p.answerbox-question-text= a.question.content .panel-body %p= a.content