From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Fri, 5 Sep 2008 04:25:11 +0000 (-0400)
Subject: implementing Dan Scott small-caps suggestion for nav links.
X-Git-Tag: monkeysphere_0.15-1~16^2~5
X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=45fd2830db11cc57bfc45cbf6837e06e57247129;p=monkeysphere.git

implementing Dan Scott small-caps suggestion for nav links.
---

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>