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 /web/cobrands/sass/_layout.scss | |
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 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 806f1408c..c9cc3610d 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -1116,7 +1116,7 @@ body.frontpage { // Left padding is to ensure no overlap of the site-logo // Background styling replicates header styling - #main-nav{ + #main-nav { width: auto; float: $right; padding-#{$left}: 180px; |