From 6884e967dcfdb03088baeacdcf0d2657fd486d94 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sun, 17 Feb 2013 00:20:40 +0100 Subject: [PATCH] different fix for #187 and #192. Please report back if it works. --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f6b7cf21..551d00ef 100644 --- a/style.css +++ b/style.css @@ -230,6 +230,7 @@ em { width: 91px; overflow: hidden; padding-left: 2px; + white-space: nowrap; } mark { @@ -238,9 +239,10 @@ mark { .invisep { display: inline-block; - width:0; - height:0; + width: 1px; + height: 1px; overflow:hidden; + color: transparent; } /* divider */