Indefero

Indefero Commit Details


Date:2010-10-09 07:42:05 (14 years 2 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:d994e0efb014d13cd7fa165ca91f9d7aefce141c
Parents: 0379b862ecfba68a854a5033fba80ac584c4f17e
Message:Remove the CSS3 pre-line rule, which is recognized by modern browsers and leads to collapsing of multiple consecutive whitespaces (closes issue 528).

Changes:

File differences

www/media/idf/css/style.css
601601
602602
603603
604
605604
606605
607606
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
padding-left: 5px;
}

Archive Download the corresponding diff file

Page rendered in 0.08319s using 14 queries.