Commit 4a58ac1c by benjaoming

Adding clearfix

parent 98aaee3f
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,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> <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 %} {% endblock %}
<div style="padding: 30px 0;"> <div style="padding: 30px 0;" class="clearfix">
<footer> <footer>
<hr /> <hr />
<a href="https://github.com/benjaoming/django-wiki" class="pull-right"><img src="{{ STATIC_URL }}wiki/img/github_icon.png" /></a> <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