diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:03:50 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:03:50 -0400 |
commit | 3e5217b420f8fe6efac3c7e96f6cd82394541465 (patch) | |
tree | 9fc621453176ae57711ae21f122d182cb6d6447d | |
parent | 878d43b2fc5f56644bbb6052a39177282099ea62 (diff) |
switched nav to list for easier manipulation via CSS.
-rw-r--r-- | website/local.css | 6 | ||||
-rw-r--r-- | website/templates/nav.mdwn | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/website/local.css b/website/local.css index 5764265..19b05f2 100644 --- a/website/local.css +++ b/website/local.css @@ -50,7 +50,6 @@ table.sitenav { border-bottom: 2px solid black; padding: 0px; width: 100%; - font-size: larger; } table.sitenav img.logo { @@ -59,3 +58,8 @@ table.sitenav img.logo { vertical-align: bottom; } +table.sitenav li { + display: inline; + margin: 1em; + font-size: larger; +} diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn index 0caec59..0345919 100644 --- a/website/templates/nav.mdwn +++ b/website/templates/nav.mdwn @@ -2,5 +2,10 @@ <tbody><tr><td> <a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a> </td><td> -[[WHY?|why]] | [[DOWNLOAD|download]] | [[DOCUMENTATION|doc]] | [[NEWS|news]] | [[COMMUNITY|community]] | [[BUGS|bugs]] +* [[WHY?|why]] +* [[DOWNLOAD|download]] +* [[DOCUMENTATION|doc]] +* [[NEWS|news]] +* [[COMMUNITY|community]] +* [[BUGS|bugs]] </td></tr></tbody></table> |