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;
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 */