aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);