diff options
-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%); |