r23649 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23648‎ | r23649 | r23650 >
Date:16:19, 2 July 2007
Author:simetrical
Status:old
Tags:
Comment:
(bug 10438) HTML TeX formulas should not wrap, according to standard TeX behavior.
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,7 +7,10 @@
88
99 .texvc { direction: ltr; unicode-bidi: embed; }
1010 img.tex { vertical-align: middle; }
11 -span.texhtml { font-family: serif; }
 11+span.texhtml {
 12+ font-family: serif;
 13+ white-space: nowrap;
 14+}
1215
1316 /* Stop floats from intruding into edit area in previews */
1417 #toolbar, #wpTextbox1 { clear: both; }
Index: trunk/phase3/RELEASE-NOTES
@@ -119,6 +119,7 @@
120120 * Add 'editsection-brackets' message to allow localization (or removal) of the
121121 brackets in the "[edit]" link for sections.
122122 * (bug 10437) Move texvc styling to shared.css.
 123+* (bug 10438) HTML TeX formulas should not wrap.
123124
124125 == Bugfixes since 1.10 ==
125126

Follow-up revisions

RevisionCommit summaryAuthorDate
r23662Merged revisions 23581-23661 via svnmerge from...david03:01, 3 July 2007
r24692Revert r23649 for now; I'm 90% sure that the normal behavior in LaTeX for inl...simetrical00:55, 9 August 2007
r24705Merged revisions 24632-24693 via svnmerge from...david19:15, 9 August 2007

Status & tagging log