]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 673819: Remove browser-specific values for the white-space CSS element
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 25 Jul 2011 15:41:34 +0000 (17:41 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 25 Jul 2011 15:41:34 +0000 (17:41 +0200)
r=glob a=LpSolit

skins/standard/global.css

index 11e048865b2ce6cca2fd0655dc79a7c22e28580a..0f6428d34e5858340c7b7d7b13e83b193535cedb 100644 (file)
@@ -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 {