From 43aaebcda5e9da5ad9d53bcd6b7b973c07b915ea Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sat, 3 Sep 2011 11:40:53 +0200 Subject: [PATCH] add margin to #masthead if there is a topbar --- lib/bitcoin.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bitcoin.less b/lib/bitcoin.less index aa586081..328a741e 100644 --- a/lib/bitcoin.less +++ b/lib/bitcoin.less @@ -12,8 +12,8 @@ img.icon { color: #fff; }*/ -body { - padding-top: 40px; +.topbar + #masthead { + margin-top: 40px; } .overview {