From 965f05b6baad7329e1f0a790e4590da1ac946a5c Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 09:37:01 -0400 Subject: [PATCH] raising nav text to where Dan Scott says it should be --- website/local.css | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.25.1