aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-03-01 10:56:23 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-03-01 10:56:23 +0000
commitaed8f7ab664b01069b2aa3b7d6539d74e5bc0a96 (patch)
tree885c7a8aec9fc153fecf3d75c3a3e8b578f3efa4
parent36f0d997cba098be84947fbcdfcc2a0a5e73e11b (diff)
Move sub_map_links to bottom on desktop
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r--web/cobrands/fixmystreet/layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 4dcb7de60..55e6aa2de 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -448,7 +448,7 @@ body.twothirdswidthpage {
#sub_map_links {
left:auto;
bottom:auto;
- top:22em;
+ bottom:1em;
#map_links_toggle {
display:block;
cursor: pointer;