Remove logo from sidebar

This commit is contained in:
Mattias Erming 2014-08-12 05:06:50 -07:00
parent ccf8e4586f
commit 78d7034f50

View file

@ -5,7 +5,6 @@
font-family: "Octicons"; font-family: "Octicons";
src: url("fonts/octicons.svg") format("svg"), url("fonts/octicons.woff") format("woff"); src: url("fonts/octicons.svg") format("svg"), url("fonts/octicons.woff") format("woff");
} }
html, html,
body { body {
height: 100%; height: 100%;
@ -146,13 +145,11 @@ button {
margin-top: 30px; margin-top: 30px;
} }
#sidebar .empty { #sidebar .empty {
background: no-repeat url(../img/logo.svg);
background-size: 100% 140px;
color: #818b9e; color: #818b9e;
line-height: 1.6; line-height: 1.6;
font-size: 12px; font-size: 12px;
margin-top: 20px; margin-top: 20px;
padding: 150px 40px 80px; padding: 20px 40px;
text-align: center; text-align: center;
position: absolute; position: absolute;
top: 0; top: 0;