Skip to content

Commit

Permalink
fixed nav
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlin committed Apr 24, 2013
1 parent 1fa47af commit cecfda6
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions documentup.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,18 +546,36 @@ h1 a{

/* user-added stuff */

#content {
margin-left: 0;
}
#content ul, ol {
color: #444;
color: #444;
}

#nav {
/*
overflow-y: scroll;
height: 100%;
max-height: 420px;
*/
position: relative;
top: 0;
}
/*
::-webkit-scrollbar {
display: none;
}
::-moz-scrollbar {
display: none;
} */
#nav .thanks {
color: #8e908c;
font-size: 80%;
color: #8e908c;
font-size: 80%;
}
#nav .thanks a {
display: inline;
font-weight: normal;
font-size: 100%;
display: inline;
font-weight: normal;
font-size: 100%;
}
.sf-header {
background: url(http://assets.sunlightfoundation.com/sfapp/static/img/sfapp_bg_header.jpg) center bottom repeat-x;
Expand All @@ -576,6 +594,11 @@ h1 a{
}


#nav > *:last-child.scroll_effect{
margin-bottom: 0;
}





Expand Down

0 comments on commit cecfda6

Please sign in to comment.