diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-07-25 17:41:34 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-07-25 17:41:34 +0200 |
commit | 1bd5195444547898fdd76084512f282935a79930 (patch) | |
tree | 029a7eb109206736ad0245b81f6fbb93b961dfcb /skins/standard | |
parent | 037942d0b264bc6b11a67e1e3c84d6a215748558 (diff) | |
download | bugzilla-1bd5195444547898fdd76084512f282935a79930.tar.gz bugzilla-1bd5195444547898fdd76084512f282935a79930.tar.xz |
Bug 673819: Remove browser-specific values for the white-space CSS element
r=glob a=LpSolit
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 7 |
1 files changed, 1 insertions, 6 deletions
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 { |