pull?
This commit is contained in:
parent
adce8fa27a
commit
bf4a90b8b5
|
@ -71,9 +71,3 @@ body {
|
||||||
padding: 3px 6px 3px;
|
padding: 3px 6px 3px;
|
||||||
background-color: $navbar-inverse-bg;
|
background-color: $navbar-inverse-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-left {
|
|
||||||
vertical-align: top;
|
|
||||||
display: table-cell;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.panel.panel-default.answer-box{'data-id' => a.id}
|
.panel.panel-default.answer-box{'data-id' => a.id}
|
||||||
.panel-heading
|
.panel-heading
|
||||||
.media
|
.media
|
||||||
%a.media-left{href: '#'}
|
%a.pull-left{href: '#'}
|
||||||
%img.img-rounded.img-answerbox
|
%img.img-rounded.img-answerbox
|
||||||
.media-body
|
.media-body
|
||||||
%h6.text-muted.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
|
||||||
|
|
Loading…
Reference in New Issue