Commit f0c34583 by benjaoming

footer clearfix

parent ece12393
......@@ -68,3 +68,9 @@ input[type=file] {float: none; width: auto;}
{
margin-top: 20px;
}
#wiki-footer
{
padding: 30px 0;
clear: both;
}
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment