diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:42:01 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:42:01 +0100 |
commit | 82e50d5199edf3a01e1a8c68e2c3270e1542b7fc (patch) | |
tree | 69b0225bd1bbc1481516b1a94beb6626f7a03ebd /templates/base.html | |
parent | dcc7825547a1e51df0b65a5adb1655aa48ef4644 (diff) | |
download | troggle-82e50d5199edf3a01e1a8c68e2c3270e1542b7fc.tar.gz troggle-82e50d5199edf3a01e1a8c68e2c3270e1542b7fc.tar.bz2 troggle-82e50d5199edf3a01e1a8c68e2c3270e1542b7fc.zip |
[svn] Allow viewing of more than one survey stage at once. Also, make images float nicely but not escape content div.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8207 by aaron @ 1/19/2009 7:30 PM
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>
|