From dc540d601ed65ecea63ce2c3c2ef2f75d29bebab Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 16 Sep 2011 20:58:00 +0200 Subject: [PATCH] make topbar static --- _less/bitcoin.less | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/_less/bitcoin.less b/_less/bitcoin.less index 7864c0b2..028e07f4 100644 --- a/_less/bitcoin.less +++ b/_less/bitcoin.less @@ -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 {