diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml
index d06ed3dee..955be3176 100644
--- a/app/views/aspects/index.html.haml
+++ b/app/views/aspects/index.html.haml
@@ -15,14 +15,16 @@
.section
= render 'aspects/aspect_listings'
+ .section
%ul.left_nav
%li
- = t('aspects.index.tags_following')
+ %div.root_element
+ = t('aspects.index.tags_following')
%ul.sub_nav
- for tg in tags
%li
- = link_to "##{tg.name}", tag_path(:name => tg.name)
+ = link_to "##{tg.name}", tag_path(:name => tg.name), :class => "tag_selector"
.span-13.append-1.prepend-5
#aspect_stream_container.stream_container
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index 8077519ca..a555a3eaf 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -2786,6 +2786,7 @@ ul#requested-scopes
ul.left_nav
:margin 0
+ :bottom 20px
:padding 0
li
@@ -2793,11 +2794,16 @@ ul.left_nav
:width 100%
a.aspect_selector,
- a.home_selector
+ a.home_selector,
+ a.tag_selector,
+ .root_element
:display block
:width 100%
:padding 3px 7px
+ a.aspect_selector,
+ a.home_selector,
+ a.tag_selector
&:hover
@include border-radius(2px)
@@ -2841,8 +2847,10 @@ ul.left_nav
:margin 0
li
:width 155px
+
a.aspect_selector,
- a.new_aspect
+ a.new_aspect,
+ a.tag_selector
:padding
:left 15px
:width 182px
@@ -2862,7 +2870,8 @@ ul.left_nav
:width 140px
a.aspect_selector,
- a.new_aspect
+ a.new_aspect,
+ a.tag_selector
:width 140px
li:hover