From 5a0fe77dbd37e32e946d4bc9fcbdf6db0613350f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 1 Sep 2008 22:38:05 -0400 Subject: more attempts to bring the current site example closer to suggested design. --- website/local.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'website/local.css') diff --git a/website/local.css b/website/local.css index c2066b5..6e8756d 100644 --- a/website/local.css +++ b/website/local.css @@ -46,6 +46,15 @@ pre { margin-left: 2em; } -div.sitehead { - border-bottom: 1px solid black; - } +table.sitenav { + border-bottom: 2px solid black; + padding: 0px; + width: 100%; +} + +table.sitenav img.logo { + margin: 0px; + padding: 0px; + vertical-align: bottom; +} + -- cgit v1.2.3