r24692 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24691‎ | r24692 | r24693 >
Date:00:55, 9 August 2007
Author:simetrical
Status:old
Tags:
Comment:
Revert r23649 for now; I'm 90% sure that the normal behavior in LaTeX for inline formulas is to wrap.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -7,10 +7,7 @@
88
99 .texvc { direction: ltr; unicode-bidi: embed; }
1010 img.tex { vertical-align: middle; }
11 -span.texhtml {
12 - font-family: serif;
13 - white-space: nowrap;
14 -}
 11+span.texhtml { font-family: serif; }
1512
1613 /* Stop floats from intruding into edit area in previews */
1714 #toolbar, #wpTextbox1 { clear: both; }
Index: trunk/phase3/RELEASE-NOTES
@@ -120,7 +120,6 @@
121121 * Add 'editsection-brackets' message to allow localization (or removal) of the
122122 brackets in the "[edit]" link for sections
123123 * (bug 10437) Move texvc styling to shared.css
124 -* (bug 10438) HTML TeX formulas should not wrap
125124 * Introduce "raw editing" mode for the watchlist, to allow bulk additions,
126125 removals, and convenient exporting of watchlist contents
127126 * Show "undo" links in page histories

Follow-up revisions

RevisionCommit summaryAuthorDate
r24705Merged revisions 24632-24693 via svnmerge from...david19:15, 9 August 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r23649(bug 10438) HTML TeX formulas should not wrap, according to standard TeX beha...simetrical16:19, 2 July 2007

Status & tagging log