diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/eastsussex/layout.scss | 4 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/web/cobrands/eastsussex/layout.scss b/web/cobrands/eastsussex/layout.scss index dad118198..9e818f0a5 100644 --- a/web/cobrands/eastsussex/layout.scss +++ b/web/cobrands/eastsussex/layout.scss @@ -108,10 +108,6 @@ body.mappage { line-height: 14px; } -body.twothirdswidthpage.alertindex .content .sticky-sidebar aside { - top: -17em; -} - body.twothirdswidthpage .content .sticky-sidebar aside { top: 0; position: absolute; diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 1d56e675c..b6698055d 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -249,14 +249,6 @@ body.twothirdswidthpage { } } -/* hide the footer on the alert page as the interaction with the - * photo sidebar is awkward to fix */ -body.alertindex { - #footer-nav { - display: none; - } -} - .next-steps { @include clearfix; margin-bottom: 2em; // add some space between this and the footer |