diff options
-rw-r--r-- | web/cobrands/bromley/fixmystreet.js | 2 | ||||
-rw-r--r-- | web/cobrands/bromley/layout.scss | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/bromley/fixmystreet.js b/web/cobrands/bromley/fixmystreet.js index e507daf91..c3dcd866a 100644 --- a/web/cobrands/bromley/fixmystreet.js +++ b/web/cobrands/bromley/fixmystreet.js @@ -573,7 +573,7 @@ $.fn.drawer = function(id, ajax) { */ if (!$('html.mobile').length) { if (!($('body').hasClass('frontpage'))){ - heightFix(window, '.content', -176); + heightFix(window, '.content', -128); } } diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 4dbdd8bab..2724ac83b 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -63,6 +63,7 @@ body.mappage .content { #map_box { border-top: solid 1px #666; + border-bottom: solid 1px #666; } // Perhaps fix map location (should be in central?) |