diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-09-25 13:26:08 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-09-28 12:30:10 +0100 |
commit | 99610f11646c3b8530dfdb19e08b11650569b9f6 (patch) | |
tree | cbbbfa0b9f12d9b540e1c7549749628907c39386 /web/down.default.html | |
parent | 9e3abbbe4a69b4ab1d743b0b2e7e24ff4ac45ac2 (diff) |
Streamline navigation menu CSS.
Reduce need for specificity. Also fix some bugs in Harrogate base menu
display, and couple of other cobrand tweaks.
Diffstat (limited to 'web/down.default.html')
-rw-r--r-- | web/down.default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/down.default.html b/web/down.default.html index a4f58e15a..d3403d76c 100644 --- a/web/down.default.html +++ b/web/down.default.html @@ -90,7 +90,7 @@ <div class="nav-wrapper"> <div class="nav-wrapper-2"> <div id="main-nav" role="navigation"> - <ul id="mysoc-menu"> + <ul class="nav-menu nav-menu--mysoc"> <li><a id="mysoc-logo" href="https://www.mysociety.org/">mySociety</a></li> </ul> </div> |