Fix bar positioning

This commit is contained in:
John Firebaugh
2013-07-25 19:32:30 -07:00
parent 11e2f1d1fe
commit 5cd13c8e12

View File

@@ -41,6 +41,7 @@ body {
.spacer {
height: 40px;
margin-right: 10px;
}
.limiter {
@@ -602,7 +603,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
#bar {
position: fixed;
padding: 10px;
padding: 10px 0;
left:0;
top:0;
right:0;