From 1e75f24684ae3dc1845f016eb254fe7a79ad30eb Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 09:35:27 -0400 Subject: [PATCH] manipulating vertical placement of nav text --- website/local.css | 4 ++++ website/sidebar.mdwn | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@