From a562a695c00b54451737066a3d04d6fcea63a3a9 Mon Sep 17 00:00:00 2001 From: jimi Date: Wed, 23 Feb 2011 19:26:33 -0600 Subject: [PATCH] Add bottom margin to header img, add clear to menu --- public/stylesheets/layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/stylesheets/layout.css b/public/stylesheets/layout.css index c690d8c..5cc28ee 100644 --- a/public/stylesheets/layout.css +++ b/public/stylesheets/layout.css @@ -34,6 +34,7 @@ blockquote p { } #header img { display: block; + margin-bottom: 0.462em; } #header img#badge { margin-top: -1.0em; @@ -51,6 +52,7 @@ blockquote p { } #menu { + clear: both; margin: 0 auto; overflow: hidden; background-color: #00c000; }