From 26dc902e594ed6f68cef0c2307971c8de6341b88 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 25 Apr 2011 14:46:42 +0000 Subject: [PATCH] * (bug 27249) "Installed software" table in Special:Version should always be left-to-right Patch by Jan Paul Posma --- RELEASE-NOTES | 1 + skins/common/shared.css | 7 +++++++ 2 files changed, 8 insertions(+) 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 -- 2.20.1