different fix for #187 and #192. Please report back if it works.

This commit is contained in:
Stefan Breunig 2013-02-17 00:20:40 +01:00
parent 7df3d308c4
commit 6884e967dc

View File

@ -230,6 +230,7 @@ em {
width: 91px; width: 91px;
overflow: hidden; overflow: hidden;
padding-left: 2px; padding-left: 2px;
white-space: nowrap;
} }
mark { mark {
@ -238,9 +239,10 @@ mark {
.invisep { .invisep {
display: inline-block; display: inline-block;
width:0; width: 1px;
height:0; height: 1px;
overflow:hidden; overflow:hidden;
color: transparent;
} }
/* divider */ /* divider */