From dd1b28314e726f8777c8347409989040c1ab1cd1 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sun, 15 Jun 2014 13:25:27 +0200 Subject: [PATCH] space between logo and sitename --- view/theme/vier/breathe.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index e93feaa563..29198dcef0 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -5,6 +5,10 @@ body { background-color: #eeeeee !important; } +header #banner #logo-text { + margin-left: 7px; +} + #live-network { border-bottom: none !important; }