The left floating breaks the vertical alignment of the unprintable characters. Remove that workaround, which was introduced to wrap very long lines; it should be replaced by something smarter.

This commit is contained in:
Thomas Keller 2011-10-06 00:00:07 +02:00
parent d0e2977746
commit 83761c66c5

View File

@ -620,10 +620,6 @@ td.diff {
white-space: pre; white-space: pre;
} }
td.diff > span {
float: left;
}
td.diff > span.non-printable { td.diff > span.non-printable {
visibility: hidden; visibility: hidden;
color: white; color: white;
@ -633,7 +629,6 @@ td.diff > span.non-printable {
font-family: Calibri, Helvetica, Arial, sans-serif; font-family: Calibri, Helvetica, Arial, sans-serif;
text-align: center; text-align: center;
display: inline-block; display: inline-block;
word-wrap: break-word;
padding: 1px 1px 0px 1px; padding: 1px 1px 0px 1px;
margin-left: 1px; margin-left: 1px;
margin-right: 1px; margin-right: 1px;