From: Sam Reed Date: Mon, 25 Apr 2011 14:46:42 +0000 (+0000) Subject: * (bug 27249) "Installed software" table in Special:Version should always be left... X-Git-Tag: 1.31.0-rc.0~30565 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=26dc902e594ed6f68cef0c2307971c8de6341b88;p=lhc%2Fweb%2Fwiklou.git * (bug 27249) "Installed software" table in Special:Version should always be left-to-right Patch by Jan Paul Posma --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bb33a19793..ef1be2b456 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 diff --git a/skins/common/shared.css b/skins/common/shared.css index bbb8552dbd..e84901f9b0 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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