diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-03 11:08:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-03 11:08:05 +0100 |
commit | 1a84ff9e9c0675f9487da08e7f5d11088a5d79f8 (patch) | |
tree | 93940979281a13e2e05c41a7a27ae55791bfec49 /web/cobrands/bromley/layout.scss | |
parent | 85cdf1d51ad06836f824a1053924185b7bc8f236 (diff) | |
parent | 536fdcd39d0d6bd76954d6baa672a3b7f266d155 (diff) |
Merge branch 'drop-ie7'
Diffstat (limited to 'web/cobrands/bromley/layout.scss')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 49 |
1 files changed, 2 insertions, 47 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index d308daa4b..b54af6df2 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -19,17 +19,6 @@ body.mappage { } } -// We have to specify this again for IE, since FMS overrides it -.iel8 { - body.fullwidthpage, - body.twothirdswidthpage { - #site-logo { - width: 159px; - height: 114px; - } - } -} - #main-nav { display: block; // remove flex so nav touches top of parent min-height: 0; // no vertical align, so no need for a height @@ -146,21 +135,16 @@ body.fullwidthpage .container .content footer .tablewrapper { .additional-links { float: left; width: 24%; - margin-left: 2%; - margin-right: 2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - &:first-child, - &:last-child { - margin-left: 0%; - margin-right: 0%; - } li { padding: 0 1em; } } .footer-list2 { + margin-left: 2%; + margin-right: 2%; width: 48%; ul { overflow: auto; @@ -177,32 +161,3 @@ body.fullwidthpage .container .content footer .tablewrapper { } } } - -// Fix the footer in Old IE because it doesn't like last-child selectors -.iel8 { - .site-footer { - .column { - // Old IE won't float the social media links unless we force the width to be - // smaller and take a more traditional display/float tack. - .social ul li { - display: block; - width: 36px; - float: left; - } - .additional-links { - margin-left: 0%; - margin-right: 0%; - } - .footer-list2 { - margin-left: 2%; - margin-right: 2%; - } - .footer-list2 ul li, - .footer-list1 ul li { - // Old IE needs to know to float these for some reason - float: left; - } - } - } -} - |