more changes to answerbox

This commit is contained in:
pixeldesu 2014-11-30 00:23:11 +01:00
parent 48dd283687
commit 6a722af2f7
2 changed files with 10 additions and 1 deletions

View File

@ -35,6 +35,10 @@ body {
margin-bottom: 0px; margin-bottom: 0px;
} }
.answerbox-question-text {
font-weight: bold;
}
.user-displayname { .user-displayname {
margin-top: 12px; margin-top: 12px;
margin-bottom: 2px; margin-bottom: 2px;
@ -50,4 +54,9 @@ body {
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
font-size: 80%; font-size: 80%;
}
.text-muted a, .text-muted a:hover {
color: $gray-light;
text-decoration: none;
} }

View File

@ -4,7 +4,7 @@
.media-left .media-left
%img.img-rounded.img-answerbox %img.img-rounded.img-answerbox
.media-body .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 %p.answerbox-question-text= a.question.content
.panel-body .panel-body
%p= a.content %p= a.content