aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2017-06-01 17:56:16 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-06-08 09:06:21 +0100
commite351dca1f7c80465481f0f4b2621dc1e8087b7e8 (patch)
tree7b116f448e643791f71d3ef5462b21a3ee09ef35 /templates
parent31113d5d128a260b52a482726da9666a4fd5a6fe (diff)
Simplify navigation HTML/CSS (larger widths).
This commit removes the caption-side handling, which wasn't actually used. It gets rid of .nav-wrapper-2, and uses site-header for header display (e.g. top border). It does not update any cobrands with what needs changing.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/footer.html b/templates/web/base/footer.html
index 9f86f7519..e2bdbb01a 100644
--- a/templates/web/base/footer.html
+++ b/templates/web/base/footer.html
@@ -8,7 +8,7 @@
</div><!-- .table-cell -->
<div class="nav-wrapper">
- <div class="nav-wrapper-2">
+ <div class="container">
[% INCLUDE "main_nav.html" %]
</div>
</div>