add margin to #masthead if there is a topbar

This commit is contained in:
Nils Schneider 2011-09-03 11:40:53 +02:00
parent 24b777b163
commit 43aaebcda5

View file

@ -12,8 +12,8 @@ img.icon {
color: #fff; color: #fff;
}*/ }*/
body { .topbar + #masthead {
padding-top: 40px; margin-top: 40px;
} }
.overview { .overview {