using container instead of container fluid for the stream, we can manage this
better when migrating to Bootstrap 3
This commit is contained in:
parent
84739a86d1
commit
ba9bb619e4
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@
|
|||
%h3
|
||||
= t('aspects.index.introduce_yourself')
|
||||
|
||||
.container-fluid
|
||||
.row-fluid
|
||||
.container
|
||||
.row
|
||||
.span3#leftNavBar
|
||||
#home_user_badge
|
||||
= owner_image_link
|
||||
|
|
|
|||
Loading…
Reference in a new issue