Ticket #749 - word wrapping for xml error
authorLukasz Anwajler <lukasz@anwajler.com>
Sun, 5 Sep 2010 23:55:44 +0000 (18:55 -0500)
committerLukasz Anwajler <lukasz@anwajler.com>
Sun, 5 Sep 2010 23:55:44 +0000 (18:55 -0500)
redakcja/static/css/html.css

index 83fab18..6f2552b 100644 (file)
     font-size: 0.875em;
 }
 
+.htmlview pre {
+       overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
+       white-space: pre-wrap; /* css-3 */
+       white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
+       white-space: -pre-wrap; /* Opera 4-6 */
+       white-space: -o-pre-wrap; /* Opera 7 */ /*
+       width: 99%; */
+       word-wrap: break-word; /* Internet Explorer 5.5+ */
+}
+
 /* ============= */
 /* = Numbering = */
 /* ============= */