From 1bd5195444547898fdd76084512f282935a79930 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 25 Jul 2011 17:41:34 +0200 Subject: Bug 673819: Remove browser-specific values for the white-space CSS element r=glob a=LpSolit --- skins/standard/global.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 11e048865..0f6428d34 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 { -- cgit v1.2.3-24-g4f1b