From a762db84ae1c20e2f5faa64aefe5e70ac2a33b4b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 19 Mar 2012 00:08:27 +0100 Subject: [PATCH] * min-height for --- res/blogstyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/blogstyle.css b/res/blogstyle.css index 37cf90c10..3a5070ab3 100644 --- a/res/blogstyle.css +++ b/res/blogstyle.css @@ -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%);