The following numbers should be right justified: 123 12 1 Same when using thisi iswr ong looks good to me --Bill Page, Sat, 17 Nov 2007 13:51:06 -0800 reply Both of these examples display in the same manner for me with the characters aligned in columns and right justified. This looks right to me. Screen print attached. I am using FireFox? 2.0.0.9 on Windows. What browser are you using?
fricas (1) -> )se ou alg on
Type: Expression(Integer)
Does it work on FireFox??
Unfortunately, I could not convince konqueror to use a local copy of the zwiki stylesheet, to find out more. Martin Yes. I tracked down the bug. In the stylesheet, we find:/***********************************************************************-*-c-*- MathAction styles For easier upgrades, you may want to add your changes as overrides at the end *****************************************************************************/ pre, code { white-space: pre; /* CSS2 */ white-space: -moz-pre-wrap; /* Mozilla */ white-space: -hp-pre-wrap; /* HP printers */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ } But http://www.w3.org/TR/CSS21/text.html says: pre-line This value directs user agents to collapse sequences of whitespace. Lines are broken at newlines in the source, at occurrences of "\A" in generated content, and as necessary to fill line boxes. So it is out of place here. BTW, Konqueror claims: KHTML is the only browser that supports all CSS 2.1 values such as pre-line and pre-wrap Martin Status: open => fix proposed Martin,I have removed the'pre-line' from If you find any other problems like this using Konqueror please feel free to update the stylesheet. Bill Page. Status: fix proposed => closed |