aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-01-16 17:20:30 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-01-16 17:20:57 +0000
commit21c8fded9bfd34c456f5202bc812408152f3b6cf (patch)
tree77578b4e4002162ecd125fbd5cb8a6645fc10497
parent7fa239a9c2122074bb65bbb0ac7d30d922a4f761 (diff)
Fix tiny display bug in map sub links navigation.
-rw-r--r--web/cobrands/sass/_layout.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 607734c41..d1cfb6be7 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -631,8 +631,8 @@ body.twothirdswidthpage {
display:block;
cursor: pointer;
position:absolute;
- left:-1em;
- width:1em;
+ left: -0.97em; /* 1em leaves a tiny gap, font issue */
+ width: 1em;
height:100%;
background:#000 url($image-sprite) right -4119px no-repeat;
@include border-radius(0.25em 0 0 0.25em);