Fix page width on people view (BS3 regression)

This commit is contained in:
augier 2015-07-24 20:13:53 +02:00
parent 97c9561ab7
commit 00674fee74
2 changed files with 16 additions and 17 deletions

View file

@ -312,8 +312,7 @@ h3 { margin-top: 0; }
}
.header-full-width {
margin: -10px;
margin-bottom: 1.5rem;
margin: -10px -10px 0;
padding-top: 5px;
background-color: #fff;
border-bottom: 1px solid #aaa;

View file

@ -15,8 +15,8 @@
.bottom_bar
- if !@person.tag_string.blank? && user_signed_in?
= Diaspora::Taggable.format_tags(@person.tag_string)
.col-md-12.profile_stream
.row
.col-md-12.profile_stream
- if @stream.stream_posts.length > 0
- if @post_type == :photos
= render 'photos/index', photos: @stream.stream_posts