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";
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;