Add FWA logo to header
authorJoey Schulze <joey@infodrom.org>
Wed, 3 Mar 2010 23:06:16 +0000 (00:06 +0100)
committerJoey Schulze <joey@infodrom.org>
Wed, 3 Mar 2010 23:06:16 +0000 (00:06 +0100)
images/fwalogo.gif [new file with mode: 0644]
style.css

diff --git a/images/fwalogo.gif b/images/fwalogo.gif
new file mode 100644 (file)
index 0000000..e263dea
Binary files /dev/null and b/images/fwalogo.gif differ
index 579cc72..974ad5c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -36,17 +36,22 @@ h3 {
 div#header {
        width:100%;
        background: #BBD9EE;
+       background-image: url('images/fwalogo.gif');
+       background-repeat: no-repeat;
+       background-position: 15px 5px;
 }
 
-div#header h1,div#menu {
+div#header h1, div#menu {
        width:770px;
        margin:0 auto;
        text-align:left;
 }
 
 div#header h1 {
-       padding: 30px 0 20px;
-       color: #fff;
+    padding-left: 80px;
+    padding-top: 20px;
+    padding-bottom: 30px;
+    color: #fff;
 }