From 83761c66c56cc7392d816a5d200a5cd1332f3020 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Thu, 6 Oct 2011 00:00:07 +0200 Subject: [PATCH] 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. --- www/media/idf/css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index f9bca37..98f0b1f 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -620,10 +620,6 @@ td.diff { white-space: pre; } -td.diff > span { - float: left; -} - td.diff > span.non-printable { visibility: hidden; color: white; @@ -633,7 +629,6 @@ td.diff > span.non-printable { font-family: Calibri, Helvetica, Arial, sans-serif; text-align: center; display: inline-block; - word-wrap: break-word; padding: 1px 1px 0px 1px; margin-left: 1px; margin-right: 1px;