Changed to logo without pendant.
authorRichard Whitehouse <github@richardwhiuk.com>
Mon, 31 Jan 2011 16:11:58 +0000 (16:11 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Mon, 31 Jan 2011 16:11:58 +0000 (16:11 +0000)
template/index.php
theme/hmb.css
theme/logopen.png [new file with mode: 0644]

index 3ec253963872feda091e2682af21afe35d3c0d86..d9663b234f6485bc0938c58cb06e27f34ba38280 100644 (file)
@@ -39,10 +39,7 @@ public function Display(){
 </head>
 <body>
                <div id="logol">
-                       <a href="/" class="link_splash"><img src="theme/logo170l.png"></a>
-               </div>
-               <div id="logor">
-                       <a href="/" class="link_splash"><img src="theme/logo170r.png"></a>
+                       <a href="/" class="link_splash"><img src="theme/logopen.png"></a>
                </div>
                <div id="navbar">
                        <ul>
index eed707d78acecb966f66e628d379095c6b15708c..bd68cbb444af9cfa261ae8722931d71b8f1aed3d 100644 (file)
@@ -40,7 +40,7 @@ div#logor {
        margin-top: -44px;
 }
 
-div#logo img.l {
+div#logol img {
        z-index: 30;
        width: 90px;
 }
@@ -57,7 +57,7 @@ div#navbar {
        position: absolute;
        left: 50%;
        margin-left: -350px;
-       top: 104px;
+       top: 54px;
        z-index: 10;
 }
 
@@ -110,7 +110,7 @@ div#main {
        left: 0;
        right: 0;
        height: 530px;
-       top: 124px;
+       top: 74px;
        overflow: hidden;
 }
 
diff --git a/theme/logopen.png b/theme/logopen.png
new file mode 100644 (file)
index 0000000..cd32cf5
Binary files /dev/null and b/theme/logopen.png differ