Swap over margin to bottom of section div lose (some of the) header whitespace.

This commit is contained in:
z3d
2009-07-22 22:31:21 +00:00
parent 0d62b37c13
commit 0aae2deb58

View File

@ -121,7 +121,7 @@ hr {
}
div.section {
margin: 20px 0 0 0;
margin: 0 0 20px 0;
padding: 10px;
background: #ffe;
border: 1px solid #001;