more changes to answerbox
This commit is contained in:
parent
fa313dc2c1
commit
057ebe08af
|
@ -25,6 +25,12 @@ body {
|
|||
}
|
||||
|
||||
.img-answerbox {
|
||||
min-height: 64px;
|
||||
min-width: 64px;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
}
|
||||
|
||||
.answerbox-question-text, .answerbox-question-user {
|
||||
margin-bottom: 0px;
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
.media-left
|
||||
%img.img-rounded.img-answerbox
|
||||
.media-body
|
||||
%h4.media-heading= user_screen_name a.question.user, a.question.author_is_anonymous
|
||||
%p= a.question.content
|
||||
%h5.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
|
||||
%br/
|
||||
|
|
Loading…
Reference in New Issue