more attempts to bring the current site example closer to suggested design.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 02:38:05 +0000 (22:38 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 02:38:05 +0000 (22:38 -0400)
website/local.css
website/templates/nav.mdwn

index c2066b5725c484f07fed534aaa721e5fd3a32ffa..6e8756dbe64fc009a509516afa6540aa808dbd73 100644 (file)
@@ -46,6 +46,15 @@ pre {
        margin-left: 2em;
 }
 
-div.sitehead { 
- border-bottom: 1px solid black;
- }
+table.sitenav { 
+ border-bottom: 2px solid black;
+ padding: 0px;
+ width: 100%;
+}
+
+table.sitenav img.logo { 
+ margin: 0px; 
+ padding: 0px; 
+ vertical-align: bottom;
+}
+
index 5bb105b256b1c7e7ee9a28f358e576c36bc2f3e6..b6a6f0b6a8def964886333de0b85dd82715887dc 100644 (file)
@@ -1,3 +1,6 @@
-<div class="sitehead">
-[[!img /logo.png alt="monkeysphere"]] [[overview|index]] | [[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]]
-</div>
+<table class="sitenav" cellpadding="0" cellspacing="0">
+<tbody><tr><td>
+<img src="/logo.png" alt="monkeysphere" width="343" height="85" /></td>
+<td>
+ [[overview|index]] | [[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]]
+</td></tr></tbody></table>