From: Frédéric Buclin Date: Mon, 25 Jul 2011 15:41:34 +0000 (+0200) Subject: Bug 673819: Remove browser-specific values for the white-space CSS element X-Git-Tag: bugzilla-4.1.3~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd5195444547898fdd76084512f282935a79930;p=thirdparty%2Fbugzilla.git Bug 673819: Remove browser-specific values for the white-space CSS element r=glob a=LpSolit --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 11e048865b..0f6428d34e 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -295,12 +295,7 @@ div#docslinks { /* tbody.file pre is for the Diff view of attachments. */ .bz_comment_text, .uneditable_textarea, tbody.file pre { font-family: monospace; - /* Note that these must all be on separate lines or they stop - working in Konqueror. */ - white-space: pre-wrap; /* CSS 3 & 2.1 */ - white-space: -moz-pre-wrap; /* Gecko */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ + white-space: pre-wrap; } .bz_comment_text {