Logo geändert

This commit is contained in:
eggy
2017-07-05 10:56:08 +02:00
parent 57fd9a6401
commit d20f08397e
2 changed files with 11 additions and 3 deletions
+11 -3
View File
@@ -181,12 +181,20 @@ a:hover { text-decoration: underline; }
text-decoration: none;
}
.site_logo {
display: inline-block;
width: 149px;
height: 52px;
padding-top: 80px;
background-image: url("./images/site_logo.gif");
background-repeat:no-repeat;
padding-left: 80px;
display: inline-block !important;
height: 0;
margin-left: -20px;
overflow: hidden;
}
/* Site description and logo */
.site-description {
float: left;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB