From a2240dbd3e70f46864da962d78f3e3463ef44acc Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Mon, 26 May 2014 13:16:19 +0200 Subject: [PATCH] fix logo width --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 8c032877..8a67773f 100755 --- a/css/style.css +++ b/css/style.css @@ -142,9 +142,9 @@ #document-title div.logo-wide{ float:left; height: 24px; - width: 80px; + width: 110px; margin: 3px; - background-size:80px 24px; + background-size:110px 24px; z-index: 110; } @@ -324,4 +324,4 @@ margin-top: -1px; document p{ cursor:auto; -} \ No newline at end of file +}