Browse Source

Add bottom margin to header img, add clear to menu

alt_logo
jimi 14 years ago
parent
commit
a562a695c0
  1. 2
      public/stylesheets/layout.css

2
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; }