From: Aryeh Gregor Date: Thu, 9 Aug 2007 00:55:48 +0000 (+0000) Subject: Revert r23649 for now; I'm 90% sure that the normal behavior in LaTeX for inline... X-Git-Tag: 1.31.0-rc.0~51818 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=a2f65d3d8763e562e8f77b0db7633ebb2477c807;p=lhc%2Fweb%2Fwiklou.git Revert r23649 for now; I'm 90% sure that the normal behavior in LaTeX for inline formulas is to wrap. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b90e13b3ff..799f2c3205 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -120,7 +120,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Add 'editsection-brackets' message to allow localization (or removal) of the brackets in the "[edit]" link for sections * (bug 10437) Move texvc styling to shared.css -* (bug 10438) HTML TeX formulas should not wrap * Introduce "raw editing" mode for the watchlist, to allow bulk additions, removals, and convenient exporting of watchlist contents * Show "undo" links in page histories diff --git a/skins/common/shared.css b/skins/common/shared.css index 6af03dba9f..f6d63ab89c 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -7,10 +7,7 @@ .texvc { direction: ltr; unicode-bidi: embed; } img.tex { vertical-align: middle; } -span.texhtml { - font-family: serif; - white-space: nowrap; -} +span.texhtml { font-family: serif; } /* Stop floats from intruding into edit area in previews */ #toolbar, #wpTextbox1 { clear: both; }