From: Huji Date: Sat, 4 Jun 2011 14:33:01 +0000 (+0000) Subject: Follow up to r89419: X-Git-Tag: 1.31.0-rc.0~29721 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=8a074cc50dfdca401b53672b49fc4fb7a25d740b;p=lhc%2Fweb%2Fwiklou.git Follow up to r89419: Per Brion's comment on Code Review, a generically named ltr class is created and used to reduce the number of rules --- diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 8a3dfcd70f..5cf9898c6c 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -146,7 +146,7 @@ class SpecialVersion extends SpecialPage { foreach( $software as $name => $version ) { $out .= " " . $name . " - " . $version . " + " . $version . " \n"; } diff --git a/skins/common/shared.css b/skins/common/shared.css index efc026099b..9dda281899 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -709,20 +709,8 @@ 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; -} - -/* LTR content in RTL layout, e.g. SQL queries inside DB error messages */ -div.ltr { - /* @noflip */ - direction: ltr; -} - -span.ltr { +/* LTR content in RTL layout */ +.ltr { /* @noflip */ direction: ltr; unicode-bidi: embed;