Add stream class to side_stream
This commit is contained in:
parent
67de069469
commit
4943531013
2 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
.prepend-2.span-7.last
|
.prepend-2.span-7.last
|
||||||
%h3
|
%h3
|
||||||
= t('.people_tagged_with', :tag => "##{params[:tag]}")
|
= t('.people_tagged_with', :tag => "##{params[:tag]}")
|
||||||
.side_stream
|
.side_stream.stream
|
||||||
- for person in @people
|
- for person in @people
|
||||||
.stream_element{:id => person.id}
|
.stream_element{:id => person.id}
|
||||||
= person_image_link(person)
|
= person_image_link(person)
|
||||||
|
|
|
||||||
|
|
@ -2748,6 +2748,8 @@ ul.show_comments
|
||||||
:opacity 0.7
|
:opacity 0.7
|
||||||
|
|
||||||
.side_stream
|
.side_stream
|
||||||
|
.stream_element
|
||||||
|
:padding 10px 0
|
||||||
.avatar
|
.avatar
|
||||||
:float left
|
:float left
|
||||||
.right
|
.right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue