remove stray br in stream_element
This commit is contained in:
parent
bef06d18d8
commit
b2c0cfb173
2 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,6 @@
|
||||||
%span.aspect_badges
|
%span.aspect_badges
|
||||||
= aspect_badges(aspects_with_post(all_aspects, post), :link => true)
|
= aspect_badges(aspects_with_post(all_aspects, post), :link => true)
|
||||||
|
|
||||||
%br
|
|
||||||
%span.timeago
|
%span.timeago
|
||||||
= link_to(how_long_ago(post), status_message_path(post))
|
= link_to(how_long_ago(post), status_message_path(post))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -587,6 +587,7 @@ ul.show_comments
|
||||||
:padding 0.4em
|
:padding 0.4em
|
||||||
:border
|
:border
|
||||||
:bottom 2px solid $background
|
:bottom 2px solid $background
|
||||||
|
:min-height 33px
|
||||||
|
|
||||||
.from
|
.from
|
||||||
:font
|
:font
|
||||||
|
|
@ -644,6 +645,7 @@ ul.show_comments
|
||||||
.submit_button
|
.submit_button
|
||||||
:display block
|
:display block
|
||||||
:margin
|
:margin
|
||||||
|
:top 5px
|
||||||
:bottom 2px
|
:bottom 2px
|
||||||
:right 2px
|
:right 2px
|
||||||
textarea
|
textarea
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue