implementing Dan Scott small-caps suggestion for nav links.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 5 Sep 2008 04:25:11 +0000 (00:25 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 5 Sep 2008 04:25:11 +0000 (00:25 -0400)
website/local.css
website/sidebar.mdwn

index 69defae6fdee597e91ea47d9e4d6cee6d2dd57d2..cb966f8a796366da2e39743ddb0923120e5304e8 100644 (file)
@@ -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 { 
index 33ab8ce753e4c829cc5d47780e195b6b57ecd77e..bc5dc6987e4002f09c656cb81469488b7874b982 100644 (file)
@@ -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>