make subnav fix

This commit is contained in:
Jacob Thornton
2012-01-24 17:13:02 -08:00
parent c2312220e4
commit a40d4993ed
2 changed files with 27 additions and 0 deletions

View File

@@ -165,6 +165,12 @@ section {
border-right: 0;
}
.subhead .subnav-fixed {
position: fixed;
top: 40px;
z-index:1000;
}
/* Quick links
-------------------------------------------------- */