diff options
-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 { |