Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -670,4 +670,11 @@ |
671 | 671 | } |
672 | 672 | th.headerSortDown { |
673 | 673 | background-image: url(images/sort_down.gif); |
| 674 | +} |
| 675 | + |
| 676 | +/* Special:Version */ |
| 677 | +#sv-software td { |
| 678 | + /* version numbers are always ltr (and otherwise an RLE can be inserted) */ |
| 679 | + /* @noflip */ |
| 680 | + direction: ltr; |
674 | 681 | } |
\ No newline at end of file |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -242,6 +242,7 @@ |
243 | 243 | * (bug 13172) Array type exif data (like GPS) was not being extracted from images. |
244 | 244 | * (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse() |
245 | 245 | * (bug 16129) Transcluded special pages expose strip markers when they output parsed messages |
| 246 | +* (bug 27249) "Installed software" table in Special:Version should always be left-to-right |
246 | 247 | |
247 | 248 | === API changes in 1.18 === |
248 | 249 | * (bug 26339) Throw warning when truncating an overlarge API result |