diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-01 10:56:23 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-01 10:56:23 +0000 |
commit | aed8f7ab664b01069b2aa3b7d6539d74e5bc0a96 (patch) | |
tree | 885c7a8aec9fc153fecf3d75c3a3e8b578f3efa4 | |
parent | 36f0d997cba098be84947fbcdfcc2a0a5e73e11b (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.scss | 2 |
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; |