From a2f65d3d8763e562e8f77b0db7633ebb2477c807 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 9 Aug 2007 00:55:48 +0000 Subject: [PATCH] Revert r23649 for now; I'm 90% sure that the normal behavior in LaTeX for inline formulas is to wrap. --- RELEASE-NOTES | 1 - skins/common/shared.css | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) 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; } -- 2.20.1