commonPrint.css: Add @noflip to direction float classes to fix RTL
authorReza <reza.energy@gmail.com>
Sat, 18 Oct 2014 07:49:21 +0000 (07:49 +0000)
committerKrinkle <krinklemail@gmail.com>
Sat, 18 Oct 2014 12:42:16 +0000 (12:42 +0000)
Same fix is already applied to oldshared.css

Change-Id: I170759de516da04a3ea3c5d57bea0b2f65faf45d

resources/src/mediawiki.legacy/commonPrint.css

index 830b02f..becb4b1 100644 (file)
@@ -203,6 +203,7 @@ a.stub {
 /**
  * Floating divs
  */
+/* @noflip */
 div.floatright {
        float: right;
        clear: right;
@@ -214,6 +215,7 @@ div.floatright p {
        font-style: italic;
 }
 
+/* @noflip */
 div.floatleft {
        float: left;
        clear: left;