diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 1916f7d..862393c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,7 +41,7 @@ {% block content %}
REPLACE : The content
{% endblock %}
-
+<br class="clearfloat" /> /*This is to ensure that the content div expands around floated objects*/
</div>
|