remove dark gray left column on tag page

This commit is contained in:
fla 2015-11-11 23:48:12 +01:00 committed by Flaburgan
parent 5f446330e2
commit 76f74ebc0b

View file

@ -10,16 +10,14 @@
.container-fluid#tags_show
.row
.col-lg-1.visible-lg.left-navbar-fixed-sub-background
.col-lg-offset-1.col-lg-3.col-md-4.hidden-sm.hidden-xs.left-navbar-fixed-background
.col-lg-offset-1.col-lg-3.col-md-4
.col-md-3.hidden-xs
%h4
= t('.tagged_people', count: @stream.tagged_people_count, tag: @stream.display_tag_name)
.side_stream.stream
= render partial: 'people/index', locals: {people: @stream.tagged_people}
.col-lg-7.col-md-8
.col-md-9
.stream_container
#author_info
%h2
@ -33,8 +31,6 @@
#paginate
%span.loader.hidden
.spinner
.col-lg-1.visible-lg.right-sidebar-fixed-sub-background
%a.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
⇧