testing fixing left nav on aspect/index
This commit is contained in:
parent
d75a682199
commit
1aed8e7e16
2 changed files with 8 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue