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.
|
||||
|
||||
.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
|
||||
.from
|
||||
|
|
|
|||
|
|
@ -83,8 +83,8 @@ a
|
|||
|
||||
.avatar
|
||||
:float left
|
||||
:height 38px
|
||||
:width 38px
|
||||
:height 40px
|
||||
:width 40px
|
||||
|
||||
.from
|
||||
a
|
||||
|
|
@ -115,6 +115,8 @@ a
|
|||
.time
|
||||
:font
|
||||
:weight normal
|
||||
p
|
||||
:margin 0
|
||||
|
||||
.comment
|
||||
:padding
|
||||
|
|
|
|||
Loading…
Reference in a new issue