From 78d7034f5002c28f48b84819ccd44f1b6378711a Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Tue, 12 Aug 2014 05:06:50 -0700 Subject: [PATCH] Remove logo from sidebar --- client/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 101163ec..540e95ed 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -5,7 +5,6 @@ font-family: "Octicons"; src: url("fonts/octicons.svg") format("svg"), url("fonts/octicons.woff") format("woff"); } - html, body { height: 100%; @@ -146,13 +145,11 @@ button { margin-top: 30px; } #sidebar .empty { - background: no-repeat url(../img/logo.svg); - background-size: 100% 140px; color: #818b9e; line-height: 1.6; font-size: 12px; margin-top: 20px; - padding: 150px 40px 80px; + padding: 20px 40px; text-align: center; position: absolute; top: 0;