diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:35:27 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:35:27 -0400 |
commit | 1e75f24684ae3dc1845f016eb254fe7a79ad30eb (patch) | |
tree | f48d12d89c4eacc9b4ca0aa7440567817a312640 /website | |
parent | e7a90ec70d1be5b681bac1c88320180a86994895 (diff) |
manipulating vertical placement of nav text
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 4 | ||||
-rw-r--r-- | website/sidebar.mdwn | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css index a3c2933..76a04c3 100644 --- a/website/local.css +++ b/website/local.css @@ -74,6 +74,10 @@ table.sitenav a { font-size: smaller; } +td#sitenav { + vertical-align: bottom; +} + table.sitenav span.selflink { font-weight: bold; text-decoration: underline; diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn index 33ab8ce..fe21fc5 100644 --- a/website/sidebar.mdwn +++ b/website/sidebar.mdwn @@ -1,7 +1,7 @@ <table class="sitenav" cellpadding="0" cellspacing="0"> <tbody><tr><td> <a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a> -</td><td> +</td><td id="sitenav"> [[WHY?|why]] [[DOWNLOAD|download]] |