diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 10:52:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 10:52:51 +0000 |
commit | f8a8948ddb790e7e7593d538c55a3a278fbf3973 (patch) | |
tree | e9f3d9b75d079934000326a31aadd0a85208ae8b | |
parent | 2d18c579548954e5442abc41d857c65478e8a4ae (diff) |
Right-align login on Zurich map pages.
-rw-r--r-- | web/cobrands/zurich/layout.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index c6781ab9d..46ea45856 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -150,7 +150,6 @@ body.mappage { } } -/* TODO Change the main-nav to be what is wanted */ #main-nav { ul#main-menu { li { @@ -199,6 +198,9 @@ body.mappage { } body.mappage { + #main-nav { + width: auto; + } #main-nav ul#main-menu li a, #main-nav ul#main-menu li span { padding: 0.75em; |