more changes to answerbox
This commit is contained in:
parent
48dd283687
commit
6a722af2f7
|
@ -35,6 +35,10 @@ body {
|
|||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.answerbox-question-text {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.user-displayname {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 2px;
|
||||
|
@ -51,3 +55,8 @@ body {
|
|||
font-weight: bold;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.text-muted a, .text-muted a:hover {
|
||||
color: $gray-light;
|
||||
text-decoration: none;
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue