fix and cleanup CSS for public page

This commit is contained in:
Morris Jobke 2013-11-27 21:21:29 +01:00
parent 5e9ac2f20f
commit a6f10a59fc
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
body { body {
background: #fff; height: auto;
} }
#header { #header {
@ -51,7 +51,6 @@ body {
#preview { #preview {
background: #fff; background: #fff;
min-height: 30em;
text-align: center; text-align: center;
margin: 45px auto 0; margin: 45px auto 0;
} }
@ -62,7 +61,7 @@ body {
} }
footer { footer {
background: #fff; margin-top: 45px;
} }
p.info { p.info {