Change theme to allow the logo to be text instead of image

This commit is contained in:
Cqoicebordel 2015-01-19 21:24:46 +01:00
parent 1a24fd9c52
commit 9b2187b261
2 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -39,11 +39,12 @@ a {
}
.title h1 {
background: url(../img/searx.png) no-repeat;
width: 319px;
height: 62px;
text-indent: -9999px;
margin: 0.5em auto 1em;
font-size:7em;
color:@color-main;
margin:0 auto;
line-height:100px;
margin-top:-20px;
padding-bottom:20px;
}
.center {