diff options
-rw-r--r-- | web/cobrands/fixmystreet/_layout.scss | 10 | ||||
-rw-r--r-- | web/cobrands/stevenage/layout.scss | 23 |
2 files changed, 5 insertions, 28 deletions
diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss index 3a5f9b568..71264665d 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -375,7 +375,7 @@ body.twothirdswidthpage { //footer blocks #footer-mobileapps { - border-right:1em solid #fff; + border-right:1em solid transparent; background:none; padding:0; @include box-shadow(inset rgba(0, 0, 0, 0) 0 0 0); @@ -433,14 +433,14 @@ body.twothirdswidthpage { } #footer-help { - border-left:1em solid #fff; + border-left:1em solid transparent; ul { display:table; li { display:table-cell; border-bottom:none; &:last-child { - border-left:1.25em solid #fff; + border-left:1.25em solid transparent; } } } @@ -921,7 +921,7 @@ body.frontpage { } #front-howto { - border-right:1em solid #fff; + border-right:1em solid transparent; #front_stats { background:none; color: #222; @@ -945,7 +945,7 @@ body.frontpage { } #front-recently { - border-left:1em solid #fff; + border-left:1em solid transparent; } #front-howto h2, diff --git a/web/cobrands/stevenage/layout.scss b/web/cobrands/stevenage/layout.scss index 4765c9226..4f48740dc 100644 --- a/web/cobrands/stevenage/layout.scss +++ b/web/cobrands/stevenage/layout.scss @@ -169,19 +169,6 @@ body.twothirdswidthpage { } } -// d523b431 -#footer-mobileapps { - border-right: 1em solid transparent; -} -#footer-help { - border-left: 1em solid transparent; - ul { - li:last-child { - border-left: 1.25em solid transparent; - } - } -} - // 15591af7 - Stevenage Map page changes #map_box { top: 140px; @@ -220,11 +207,6 @@ body.frontpage { max-width: 60em; } -// d523b431 -#front-howto { - border-right: 1em solid transparent; -} - // 0c5d50bc - Added margin to front page report box to push below nav in IE6/7 .ie6, .ie7 { #front-main { @@ -232,11 +214,6 @@ body.frontpage { } } -// d523b431 -#front-recently { - border-left: 1em solid transparent; -} - @media only screen and (min-width: 48em) and (max-width: 61em) { // d523b431 #main-nav { |