make topbar static

This commit is contained in:
Nils Schneider 2011-09-16 20:58:00 +02:00
parent 8464d1e43e
commit dc540d601e

View file

@ -38,10 +38,6 @@ img.icon {
}
}
.topbar + div {
margin-top: 40px;
}
#masthead + .container, .topbar + .container, .topbar + .overview {
padding-top: 2em;
}
@ -103,8 +99,7 @@ table.unstyled td {
}
.topbar {
position: absolute;
top: auto;
position: static;
}
.thelogo {