diff --git a/app/views/tags/show.haml b/app/views/tags/show.haml index 7fe40c9bb..b83408011 100644 --- a/app/views/tags/show.haml +++ b/app/views/tags/show.haml @@ -28,7 +28,7 @@ - content_for :body_class do = "tags_show" -.span-6 +.span-6.tags_people %h3 = t('people', :count => @people_count) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 1f3770e4b..fbbc801d7 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -3068,5 +3068,6 @@ ul.left_nav :margin :top 30px -.fixed - :position fixed +.tags_people + .dropdown + :display none