diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-28 18:12:07 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-28 18:12:07 +0100 |
commit | cc45bcb7fd2a4e94786beb6823e036e89ea88b2a (patch) | |
tree | 5c10555c7c54894fec3eb61ad2090562692a3612 /web | |
parent | 173d2092ed122e2574c07451863c0ab950a9999b (diff) |
Bromley front page changes (again, separate template).
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; |