diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:32:02 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:32:02 -0400 |
commit | e7a90ec70d1be5b681bac1c88320180a86994895 (patch) | |
tree | 3d82f2dad48da59eb154e56f4538b49522c3c68e | |
parent | eec16a4d6cb9202bbac4f4ca46c15ee130f4ab7f (diff) |
trying out more widely-supported smaller font + upcased link text instead of small-caps
-rw-r--r-- | website/local.css | 2 | ||||
-rw-r--r-- | website/sidebar.mdwn | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/website/local.css b/website/local.css index ca9fe55..a3c2933 100644 --- a/website/local.css +++ b/website/local.css @@ -71,7 +71,7 @@ table.sitenav img.logo { table.sitenav a { font-weight: bold; margin-right: 1em; - font-variant: small-caps; + font-size: smaller; } table.sitenav span.selflink { diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn index b266489..33ab8ce 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]] -[[documentation|doc]] -[[news]] -[[community]] -[[bugs]] +[[WHY?|why]] +[[DOWNLOAD|download]] +[[DOCUMENTATION|doc]] +[[NEWS|news]] +[[COMMUNITY|community]] +[[BUGS|bugs]] </td></tr></tbody></table> |