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