1
0
Fork 0

Using image for logo instead of pure CSS to ensure it displays consistently across all potential impls, regardless of font

website
Mike Gerwitz 2011-11-06 01:19:49 -04:00
parent 5b65c9ce3b
commit c3228f528f
4 changed files with 11 additions and 6 deletions

BIN
images/logo.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
images/logo.xcf 100644

Binary file not shown.

View File

@ -51,7 +51,7 @@
{
toggleTry();
} )
.appendTo( '#header' );
.appendTo( '#header-content' );
}

View File

@ -18,18 +18,21 @@ html, body {
position: relative;
background-color: #2e3436;
height: 150px;
color: #babdb6;
}
#header-content {
background-image: url('images/logo.png');
background-repeat: no-repeat;
background-position: 0px 50px;
margin: 0px auto;
height: 150px;
width: 800px;
}
#header h1 {
display: inline-block;
display: none;
margin: 0.25em 0px 0px 0px;
font-size: 4.5em;
@ -45,6 +48,8 @@ html, body {
}
#header h2.desc {
display: none;
position: relative;
top: -1.50em;
left: 0.30em;
@ -235,7 +240,7 @@ p.copyright a, p.copyright a:link {
position: relative;
margin: 0px auto;
top: -2em;
top: 1.5em;
}
#trybox {