Revert r23649 for now; I'm 90% sure that the normal behavior in LaTeX for inline...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 9 Aug 2007 00:55:48 +0000 (00:55 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 9 Aug 2007 00:55:48 +0000 (00:55 +0000)
RELEASE-NOTES
skins/common/shared.css

index b90e13b..799f2c3 100644 (file)
@@ -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
index 6af03db..f6d63ab 100644 (file)
@@ -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; }