diff options
author | Vincent Ambo <v.ambo@me.com> | 2012-03-18T23·08+0100 |
---|---|---|
committer | Vincent Ambo <v.ambo@me.com> | 2012-03-18T23·08+0100 |
commit | a762db84ae1c20e2f5faa64aefe5e70ac2a33b4b (patch) | |
tree | f3fa66e0b4c0dfe59bd3ece2aa6ad561c45038d8 /res | |
parent | da388782122779e865fc5454e5182d95c7f8fa26 (diff) |
* min-height for <body>
Diffstat (limited to 'res')
-rw-r--r-- | res/blogstyle.css | 1 |
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%); |