|
|
last edited 16 years ago by page |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ||
Editor: page
Time: 2007/12/05 17:04:38 GMT-8 |
||
Note: reverted by page |
changed: -<div style="overflow:auto; width:640px;"><img src="http://axiom-wiki.newsynthesis.org/uploads/PreserveSpacing1.PNG" /></div> <div style="overflow:auto"><img src="http://axiom-wiki.newsynthesis.org/uploads/PreserveSpacing1.PNG" /></div>
The following numbers should be right justified:
123 12 1
Same when using pre
thisi iswr ong
(1) -> )se ou alg on
product(product(j*i,i=1..n), j=1..m)
m n ++-++ ++-++ (1) | | | | i j | | | | j = 1 i = 1
(1) |
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 stylesheet.css
in the Zope Management Interface. Can you confirm that it works as expected and close this if it does?
If you find any other problems like this using Konqueror please feel free to update the stylesheet.
Bill Page.
Status: fix proposed => closed