diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..ba6618a Binary files /dev/null and b/images/logo.png differ diff --git a/images/logo.xcf b/images/logo.xcf new file mode 100644 index 0000000..0abbfba Binary files /dev/null and b/images/logo.xcf differ diff --git a/scripts/ui.js b/scripts/ui.js index 7c66dee..f2cfd13 100644 --- a/scripts/ui.js +++ b/scripts/ui.js @@ -51,7 +51,7 @@ { toggleTry(); } ) - .appendTo( '#header' ); + .appendTo( '#header-content' ); } diff --git a/style.css b/style.css index 7e35a3b..3e28c9f 100644 --- a/style.css +++ b/style.css @@ -18,18 +18,21 @@ html, body { position: relative; background-color: #2e3436; - - height: 150px; - color: #babdb6; + 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 {