M wiki/static/wiki/css/all.css => wiki/static/wiki/css/all.css +6 -0
@@ 68,3 68,9 @@ input[type=file] {float: none; width: auto;}
{
margin-top: 20px;
}
+
+#wiki-footer
+{
+ padding: 30px 0;
+ clear: both;
+}
M wiki/templates/wiki/base.html => wiki/templates/wiki/base.html +1 -2
@@ 107,8 107,7 @@
<p>Use this document as a way to quick start any new project.<br> All you get is this message and a barebones HTML document.</p>
{% endblock %}
- <div style="padding: 30px 0;" class="clearfix">
- <footer>
+ <footer id="wiki-footer">
<hr />
{% block wiki_footer_logo %}
<a href="https://github.com/benjaoming/django-wiki" class="pull-right"><img src="{{ STATIC_URL }}wiki/img/github_icon.png" /></a>