summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 00:25:11 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 00:25:11 -0400
commit45fd2830db11cc57bfc45cbf6837e06e57247129 (patch)
tree84924e79b7810ce2ec427f750bdc10d076fdcf12 /website
parent9352a728617d422f5b86100efdcbc72a6d3ca78a (diff)
implementing Dan Scott small-caps suggestion for nav links.
Diffstat (limited to 'website')
-rw-r--r--website/local.css2
-rw-r--r--website/sidebar.mdwn12
2 files changed, 8 insertions, 6 deletions
diff --git a/website/local.css b/website/local.css
index 69defae..cb966f8 100644
--- a/website/local.css
+++ b/website/local.css
@@ -61,12 +61,14 @@ table.sitenav img.logo {
table.sitenav a {
font-weight: bold;
margin-right: 1em;
+ font-variant: small-caps;
}
table.sitenav span.selflink {
font-weight: bold;
text-decoration: underline;
margin-right: 1em;
+ font-variant: small-caps;
}
div.header {
diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn
index 33ab8ce..bc5dc69 100644
--- a/website/sidebar.mdwn
+++ b/website/sidebar.mdwn
@@ -3,11 +3,11 @@
<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>