about summary refs log tree commit diff
path: root/res
diff options
context:
space:
mode:
authorVincent Ambo <v.ambo@me.com>2012-03-18T23·08+0100
committerVincent Ambo <v.ambo@me.com>2012-03-18T23·08+0100
commita762db84ae1c20e2f5faa64aefe5e70ac2a33b4b (patch)
treef3fa66e0b4c0dfe59bd3ece2aa6ad561c45038d8 /res
parentda388782122779e865fc5454e5182d95c7f8fa26 (diff)
* min-height for <body>
Diffstat (limited to 'res')
-rw-r--r--res/blogstyle.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/blogstyle.css b/res/blogstyle.css
index 37cf90c10af5..3a5070ab342a 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%);