diff options
| author | Grégoire Détrez <gregoire.detrez@gu.se> | 2015-09-29 21:47:19 +0200 | 
|---|---|---|
| committer | Grégoire Détrez <gregoire.detrez@gu.se> | 2015-09-29 21:47:19 +0200 | 
| commit | b4f9b7b9a7311e581bc4317c2d8b07d6111809bf (patch) | |
| tree | 97fb75e7c7a04c0a6ea49130c5977a9893f16e05 /templates | |
| parent | c846d29be205598163890d522525bb77477adaa2 (diff) | |
Fix floating image at end of page
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page.tmpl | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index 0dd0fd1..5ead3c0 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -117,7 +117,9 @@        <!--         -->        <!-- CONTENT --> -      <TMPL_VAR CONTENT> +      <div class="clearfix"> +        <TMPL_VAR CONTENT> +      </div>        <hr />        <!--        --> | 
