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
|
||||
= aspect_badges(aspects_with_post(all_aspects, post), :link => true)
|
||||
|
||||
%br
|
||||
%span.timeago
|
||||
= link_to(how_long_ago(post), status_message_path(post))
|
||||
|
||||
|
|
|
|||
|
|
@ -587,6 +587,7 @@ ul.show_comments
|
|||
:padding 0.4em
|
||||
:border
|
||||
:bottom 2px solid $background
|
||||
:min-height 33px
|
||||
|
||||
.from
|
||||
:font
|
||||
|
|
@ -644,6 +645,7 @@ ul.show_comments
|
|||
.submit_button
|
||||
:display block
|
||||
:margin
|
||||
:top 5px
|
||||
:bottom 2px
|
||||
:right 2px
|
||||
textarea
|
||||
|
|
|
|||
Loading…
Reference in a new issue