Index: trunk/phase3/skins/chick/main.css |
— | — | @@ -328,8 +328,6 @@ |
329 | 329 | .hiddenStructure { |
330 | 330 | display: none; |
331 | 331 | } |
332 | | -img.tex { vertical-align: middle; } |
333 | | -span.texhtml { font-family: serif; } |
334 | 332 | |
335 | 333 | /* |
336 | 334 | ** classes for special content elements like town boxes |
— | — | @@ -473,4 +471,4 @@ |
474 | 472 | /* Recreating-deleted-page warning and log entries */ |
475 | 473 | div#mw-recreate-deleted-warn ul li { |
476 | 474 | font-size: 95%; |
477 | | -} |
\ No newline at end of file |
| 475 | +} |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -492,12 +492,6 @@ |
493 | 493 | display: none; |
494 | 494 | speak: none; |
495 | 495 | } |
496 | | -img.tex { |
497 | | - vertical-align: middle; |
498 | | -} |
499 | | -span.texhtml { |
500 | | - font-family: serif; |
501 | | -} |
502 | 496 | |
503 | 497 | /* Have a checkered background on images on the description pages and in galleries |
504 | 498 | to make transparency visible |
Index: trunk/phase3/skins/common/oldshared.css |
— | — | @@ -115,10 +115,7 @@ |
116 | 116 | } |
117 | 117 | |
118 | 118 | img { border: none; } |
119 | | -img.tex { vertical-align: middle; } |
120 | | -span.texhtml { font-family: serif; } |
121 | 119 | |
122 | | - |
123 | 120 | #toc, |
124 | 121 | .toc { |
125 | 122 | border: 1px solid #bba; |
— | — | @@ -467,4 +464,4 @@ |
468 | 465 | text-align: center; |
469 | 466 | vertical-align: middle; |
470 | 467 | font-size: 90%; |
471 | | -} |
\ No newline at end of file |
| 468 | +} |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -4,12 +4,19 @@ |
5 | 5 | * another, but don't ignore the poor non-Monobook users either. |
6 | 6 | */ |
7 | 7 | .mw-plusminus-null { color: #aaa; } |
| 8 | + |
8 | 9 | .texvc { direction: ltr; unicode-bidi: embed; } |
| 10 | +img.tex { vertical-align: middle; } |
| 11 | +span.texhtml { font-family: serif; } |
| 12 | + |
9 | 13 | /* Stop floats from intruding into edit area in previews */ |
10 | 14 | #toolbar, #wpTextbox1 { clear: both; } |
| 15 | + |
11 | 16 | div#mw-js-message { |
12 | 17 | margin: 1em 5%; |
13 | 18 | padding: 0.5em 2.5%; |
14 | 19 | border: solid 1px #ddd; |
15 | 20 | background-color: #fcfcfc; |
16 | 21 | } |
| 22 | + |
| 23 | + |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -116,6 +116,9 @@ |
117 | 117 | "destination filename" already exists. |
118 | 118 | * (bug 10422) Do not wrap user JS/CSS in <pre>; allow it to render as wikitext. |
119 | 119 | like site CSS/JS. |
| 120 | +* Add 'editsection-brackets' message to allow localization (or removal) of the |
| 121 | + brackets in the "[edit]" link for sections. |
| 122 | +* (bug 10437) Move texvc styling to shared.css. |
120 | 123 | |
121 | 124 | == Bugfixes since 1.10 == |
122 | 125 | |