diff options
author | Caoimhe Chaos <caoimhechaos@protonmail.com> | 2014-08-07 01:14:16 +0200 |
---|---|---|
committer | Caoimhe Chaos <caoimhechaos@protonmail.com> | 2014-08-07 01:14:16 +0200 |
commit | 8f7f44184b631a970510f415eb8659b1237d1f70 (patch) | |
tree | 8e894bfae0b723cc6496b593dabd165173c68af5 /templates | |
parent | 477405a45d8a31776a95cab5b0021a5642cba61b (diff) |
Add a clearfix before the footer, which will hopefully prevent it from
floating next to the menu.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 96650f9b..c61b1507 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -173,6 +173,7 @@ </div><!-- id="pagebody" --> <!-- END pagebody --> + <div class="clearfix"></div> <!-- START footer --> <TMPL_UNLESS DYNAMIC> <nav class="navbar navbar-default" role="navigation"> |