From f0c34583d7e41efefddb5351b1f6aada13035e90 Mon Sep 17 00:00:00 2001 From: benjaoming Date: Thu, 7 Feb 2013 16:22:33 +0100 Subject: [PATCH] footer clearfix --- wiki/static/wiki/css/all.css | 6 ++++++ wiki/templates/wiki/base.html | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wiki/static/wiki/css/all.css b/wiki/static/wiki/css/all.css index 5f4a3107..5adeef1c 100644 --- a/wiki/static/wiki/css/all.css +++ b/wiki/static/wiki/css/all.css @@ -68,3 +68,9 @@ input[type=file] {float: none; width: auto;} { margin-top: 20px; } + +#wiki-footer +{ + padding: 30px 0; + clear: both; +} diff --git a/wiki/templates/wiki/base.html b/wiki/templates/wiki/base.html index 7b6cbe8b..aef323e0 100644 --- a/wiki/templates/wiki/base.html +++ b/wiki/templates/wiki/base.html @@ -107,8 +107,7 @@

Use this document as a way to quick start any new project.
All you get is this message and a barebones HTML document.

{% endblock %} -
-