remove spacing from stream elements
This commit is contained in:
parent
41bbcc9ac9
commit
bdff036cda
2 changed files with 5 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
.stream_element{:data=>{:guid=>post.id}}
|
.stream_element{:data=>{:guid=>post.id}}
|
||||||
.thumb_small= person_image_link(post.author, :size => :thumb_small)
|
= person_image_link(post.author, :size => :thumb_small)
|
||||||
|
|
||||||
.content
|
.content
|
||||||
.from
|
.from
|
||||||
|
|
|
||||||
|
|
@ -83,8 +83,8 @@ a
|
||||||
|
|
||||||
.avatar
|
.avatar
|
||||||
:float left
|
:float left
|
||||||
:height 38px
|
:height 40px
|
||||||
:width 38px
|
:width 40px
|
||||||
|
|
||||||
.from
|
.from
|
||||||
a
|
a
|
||||||
|
|
@ -115,6 +115,8 @@ a
|
||||||
.time
|
.time
|
||||||
:font
|
:font
|
||||||
:weight normal
|
:weight normal
|
||||||
|
p
|
||||||
|
:margin 0
|
||||||
|
|
||||||
.comment
|
.comment
|
||||||
:padding
|
:padding
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue