diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:37:01 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:37:01 -0400 |
commit | 965f05b6baad7329e1f0a790e4590da1ac946a5c (patch) | |
tree | 18782ce4cb82e85d927189efd803e3c58cf3a39a /website | |
parent | 1e75f24684ae3dc1845f016eb254fe7a79ad30eb (diff) |
raising nav text to where Dan Scott says it should be
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/local.css b/website/local.css index 76a04c3..5a5fceb 100644 --- a/website/local.css +++ b/website/local.css @@ -74,8 +74,10 @@ table.sitenav a { font-size: smaller; } +/* trying to align the sitenav links roughly with the text in the monkeysphere logo */ td#sitenav { vertical-align: bottom; + padding-bottom: 30px; } table.sitenav span.selflink { |