From ba82175e119018b4ce7b0b111c12014312c85a32 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Thu, 27 Mar 2014 14:37:41 +0100
Subject: [PATCH] specify logo to not repeat when container is bigger

---
 core/css/styles.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index bd8111ebc7..89f58828cf 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -77,6 +77,7 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
 
 #header .logo {
 	background-image: url(../img/logo.svg);
+	background-repeat: no-repeat;
 	width: 250px;
 	height: 118px;
 	margin: 0 auto;
@@ -84,6 +85,7 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
 
 #header .logo-wide {
 	background-image: url(../img/logo-wide.svg);
+	background-repeat: no-repeat;
 	width: 147px;
 	height: 32px;
 }
-- 
GitLab