diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-10-09 11:31:49 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-10-09 11:31:49 +0100 |
commit | 1fd04b16f19a7372bd6a5b7052bb4ec7bfcfff85 (patch) | |
tree | e2d1d48c92d9408979422da925658722f0f03f5f /templates | |
parent | 0a19721641de51a6b1e1ba79fd84bcd9ea62fdb2 (diff) |
[Hart] Fix missing menu class, tidy remaining.
The changes in 99610f1 missed out adding a class to the footer menu,
and a few subsequent changes to the CSS.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/hart/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/hart/footer.html b/templates/web/hart/footer.html index 14adf983d..312f63ff4 100644 --- a/templates/web/hart/footer.html +++ b/templates/web/hart/footer.html @@ -23,7 +23,7 @@ </div> <div class="nav-wrapper-2 clearfix"> <div id="main-nav" class="clearfix" role="navigation"> - <ul> + <ul class="nav-menu"> <li> <a href="http://www.hart.gov.uk/home">Home</a> </li> |