summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:01:51 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:01:51 -0400
commit878d43b2fc5f56644bbb6052a39177282099ea62 (patch)
treec668e3795daec13620a67d91324d6eef2c86d137 /website
parent34f03fb0dd437bbed1c0b94aa9430131583183c4 (diff)
more tweaks to nav to match the suggested design.
Diffstat (limited to 'website')
-rw-r--r--website/local.css1
-rw-r--r--website/templates/nav.mdwn2
2 files changed, 2 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css
index 6e8756d..5764265 100644
--- a/website/local.css
+++ b/website/local.css
@@ -50,6 +50,7 @@ table.sitenav {
border-bottom: 2px solid black;
padding: 0px;
width: 100%;
+ font-size: larger;
}
table.sitenav img.logo {
diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn
index c8babb5..0caec59 100644
--- a/website/templates/nav.mdwn
+++ b/website/templates/nav.mdwn
@@ -2,5 +2,5 @@
<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]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]]
+[[WHY?|why]] | [[DOWNLOAD|download]] | [[DOCUMENTATION|doc]] | [[NEWS|news]] | [[COMMUNITY|community]] | [[BUGS|bugs]]
</td></tr></tbody></table>