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 /website/templates | |
parent | 878d43b2fc5f56644bbb6052a39177282099ea62 (diff) |
switched nav to list for easier manipulation via CSS.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/nav.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
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> |