diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 2 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/_layout.scss | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 2724ac83b..4b873ad05 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -1,6 +1,7 @@ @import "_colours"; @import "../fixmystreet/_layout"; +// So that map appears underneath the header .wrapper { position: relative; } @@ -61,6 +62,7 @@ body.mappage .content { } } +// As map can scroll and isn't at the top, give it an edge #map_box { border-top: solid 1px #666; border-bottom: solid 1px #666; diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss index 5fb65ee72..4e7e29e3b 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -899,10 +899,18 @@ body.frontpage { } } } + a { + color: $primary_text; + text-decoration: underline; + &:hover { + text-decoration: none; + } + } a#geolocate_link { background:none; color:#222; margin:-1em 0 0.5em 0; + text-decoration: none; &:hover { text-decoration:underline; background:none; |