unded fix position on sidebar because I realized you cannot see the entire thing even if you scroll down :-(

This commit is contained in:
Ken Johnson
2013-05-10 12:08:41 -04:00
parent 16729c3be6
commit 10956ed316
3 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -5602,7 +5602,7 @@ header {
#mainnav {
display: block;
float: left;
position: fixed;
position: absolute;
top: 50px; }
#mainnav > ul {
width: 110px;