* min-height for <body>

This commit is contained in:
Vincent Ambo 2012-03-19 00:08:27 +01:00
parent da38878212
commit a762db84ae

View file

@ -11,6 +11,7 @@
body {
padding-top: 20px;
font-family: 'PT Sans', sans-serif;
min-height: 850px;
background-image: linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%);
background-image: -o-linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%);
background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%);