diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml index 0df73cd20..26824860d 100644 --- a/app/views/aspects/index.html.haml +++ b/app/views/aspects/index.html.haml @@ -6,7 +6,7 @@ - content_for :head do = include_javascripts :home -.span-5.leftNavBar +.span-5.leftNavBar.fixed #home_user_badge = owner_image_link %h3 @@ -15,7 +15,7 @@ .section = render 'aspects/aspect_listings' -.span-13.append-1 +.span-13.append-1.prepend-5 #aspect_stream_container.stream_container = render 'aspect_stream', :aspect => @aspect, diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 0182bf439..f342dde91 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -386,7 +386,7 @@ ul.dropdown p :margin - :top 4px + :top 0 :bottom 10px :font :size 12px @@ -480,6 +480,8 @@ ul.dropdown .post_initial_info .details :color #aaa + :margin + :top 4px .time, .timeago, @@ -3058,3 +3060,6 @@ ul.left_nav :height 450px :margin :top 30px + +.fixed + :position fixed