summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-01 22:38:05 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-01 22:38:05 -0400
commit5a0fe77dbd37e32e946d4bc9fcbdf6db0613350f (patch)
tree64e362954c28b42915c0e3a48a96735e3fb92b7a /website
parent12ae6fb38c63313d495054c32a7fc88ccaf67b3a (diff)
more attempts to bring the current site example closer to suggested design.
Diffstat (limited to 'website')
-rw-r--r--website/local.css15
-rw-r--r--website/templates/nav.mdwn9
2 files changed, 18 insertions, 6 deletions
diff --git a/website/local.css b/website/local.css
index c2066b5..6e8756d 100644
--- a/website/local.css
+++ b/website/local.css
@@ -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;
+}
+
diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn
index 5bb105b..b6a6f0b 100644
--- a/website/templates/nav.mdwn
+++ b/website/templates/nav.mdwn
@@ -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>