main stream widths with fluid container
This commit is contained in:
parent
c402c65f56
commit
2fb594735e
1 changed files with 4 additions and 4 deletions
|
|
@ -21,9 +21,9 @@
|
||||||
%h3
|
%h3
|
||||||
= t('aspects.index.introduce_yourself')
|
= t('aspects.index.introduce_yourself')
|
||||||
|
|
||||||
.container
|
.container-fluid
|
||||||
.row
|
.row-fluid
|
||||||
.span3#leftNavBar
|
.offset1.span2#leftNavBar
|
||||||
#home_user_badge
|
#home_user_badge
|
||||||
= owner_image_link
|
= owner_image_link
|
||||||
%h4
|
%h4
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
#aspect_stream_container.stream_container
|
#aspect_stream_container.stream_container
|
||||||
= render 'aspects/aspect_stream', :stream => @stream
|
= render 'aspects/aspect_stream', :stream => @stream
|
||||||
|
|
||||||
.span3.rightBar
|
.span2.rightBar
|
||||||
#selected_aspect_contacts.section
|
#selected_aspect_contacts.section
|
||||||
.title.no_icon
|
.title.no_icon
|
||||||
%h5.stream_title
|
%h5.stream_title
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue