Indefero

Indefero Commit Details


Date:2011-10-05 17:00:07 (13 years 2 months ago)
Author:Thomas Keller
Branch:develop, feature.diff-whitespace, feature.wiki-default-page, release-1.2, release-1.3
Commit:83761c66c56cc7392d816a5d200a5cd1332f3020
Parents: d0e29777469897fd8bfd21b11b16bb57e87d38e1
Message: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.

Changes:

File differences

www/media/idf/css/style.css
620620
621621
622622
623
624
625
626
627623
628624
629625
......
633629
634630
635631
636
637632
638633
639634
white-space: pre;
}
td.diff > span {
float: left;
}
td.diff > span.non-printable {
visibility: hidden;
color: white;
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;

Archive Download the corresponding diff file

Page rendered in 0.07409s using 13 queries.