min-height was to small

This commit is contained in:
dodo 2013-05-14 10:46:17 +02:00
parent 95c549399a
commit b6c768ebc2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
html {
font-family: Sans;
min-height: 256px;
min-height: 800px;
background: -webkit-linear-gradient(top, #156DD0 0%,#115BAE 100%) no-repeat;
background: -moz-linear-gradient(top, #156DD0 0%,#115BAE 100%) no-repeat;
background: linear-gradient(top, #156DD0 0%,#115BAE 100%) no-repeat;
@ -13,7 +13,7 @@ body {
padding-left: 8px;
padding-right: 160px;
padding-bottom: 64px;
min-height: 256px;
min-height: 800px;
max-width: 1024px;
margin: 0 auto;
text-align:left;