* (bug 27249) "Installed software" table in Special:Version should always be left...
authorSam Reed <reedy@users.mediawiki.org>
Mon, 25 Apr 2011 14:46:42 +0000 (14:46 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 25 Apr 2011 14:46:42 +0000 (14:46 +0000)
Patch by Jan Paul Posma

RELEASE-NOTES
skins/common/shared.css

index bb33a19..ef1be2b 100644 (file)
@@ -242,6 +242,7 @@ PHP if you have not done so prior to upgrading MediaWiki.
 * (bug 13172) Array type exif data (like GPS) was not being extracted from images.
 * (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse()
 * (bug 16129) Transcluded special pages expose strip markers when they output parsed messages
+* (bug 27249) "Installed software" table in Special:Version should always be left-to-right
 
 === API changes in 1.18 ===
 * (bug 26339) Throw warning when truncating an overlarge API result
index bbb8552..e84901f 100644 (file)
@@ -670,4 +670,11 @@ th.headerSortUp {
 }
 th.headerSortDown { 
        background-image: url(images/sort_down.gif); 
+}
+
+/* Special:Version */
+#sv-software td {
+       /* version numbers are always ltr (and otherwise an RLE can be inserted) */
+       /* @noflip */
+       direction: ltr;
 }
\ No newline at end of file