From 41be7a37b0531c9f37506020d41bb3f9160e6b99 Mon Sep 17 00:00:00 2001 From: danielgrippi <danielgrippi@gmail.com> Date: Tue, 5 Jul 2011 16:42:20 -0700 Subject: [PATCH] hide aspect dropdowns on tag show temporarily --- app/views/tags/show.haml | 2 +- public/stylesheets/sass/application.sass | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/tags/show.haml b/app/views/tags/show.haml index 7fe40c9bbd..b834080111 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 1f3770e4bd..fbbc801d7f 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 -- GitLab