http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90744
Revision: 90744
Author: robin
Date: 2011-06-25 00:09:24 +0000 (Sat, 25 Jun 2011)
Log Message:
-----------
Follow-up r90730: always align CategoryTreeSection to the content language
direction, otherwise the fix for r90730 breaks Special:CategoryTree
Modified Paths:
--------------
trunk/extensions/CategoryTree/CategoryTree.css
trunk/extensions/CategoryTree/CategoryTree.rtl.css
Modified: trunk/extensions/CategoryTree/CategoryTree.css
===================================================================
--- trunk/extensions/CategoryTree/CategoryTree.css 2011-06-24 23:01:49 UTC
(rev 90743)
+++ trunk/extensions/CategoryTree/CategoryTree.css 2011-06-25 00:09:24 UTC
(rev 90744)
@@ -49,7 +49,7 @@
.CategoryTreeTag {
margin-top: 0.5ex;
- margin-bottom: 0.5ex;
+ margin-bottom: 0.5ex;
}
.CategoryTreeNotice {
@@ -69,3 +69,7 @@
padding:0;
vertical-align: top;
}
+
+.CategoryTreeSection {
+ direction: ltr;
+}
\ No newline at end of file
Modified: trunk/extensions/CategoryTree/CategoryTree.rtl.css
===================================================================
--- trunk/extensions/CategoryTree/CategoryTree.rtl.css 2011-06-24 23:01:49 UTC
(rev 90743)
+++ trunk/extensions/CategoryTree/CategoryTree.rtl.css 2011-06-25 00:09:24 UTC
(rev 90744)
@@ -6,3 +6,7 @@
margin-left: 0px;
margin-right: 1.5ex;
}
+
+.CategoryTreeSection {
+ direction: rtl;
+}
\ No newline at end of file
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs