Bartosz Dziewoński has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/381156 )

Change subject: Remove some unnecessary direction-specific CSS
......................................................................

Remove some unnecessary direction-specific CSS

Both of these survived across many rewrites, I tracked down the
original commits that added them:

* footer.less: Added in 6d5dca5a899d45512c1031c4235f26cc755b933b in
  MediaWiki core (rSVN62030) as a workaround for "weirdness" in IE 7.
  Users of IE 7 experience much worse weirdnesses when viewing pages
  these days.

* tabs.less: Added in 299d1f328c2ad1475c8a1ac19b4fa07fc087d239 in
  MediaWiki core (rSVN53247) under a generic label of "RTL fixes".
  After change 5d0a07bf9dac66a9b705865b5c675f2be960e4e6 this is
  actually a no-op.

Change-Id: Iac3d2a26438226a3e23e067780c4b2810ac4903f
---
M components/footer.less
M components/tabs.less
2 files changed, 0 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/56/381156/1

diff --git a/components/footer.less b/components/footer.less
index 3d61b66..737bc9d 100644
--- a/components/footer.less
+++ b/components/footer.less
@@ -46,12 +46,3 @@
                }
        }
 }
-
-body.ltr {
-       div#footer {
-               #footer-places {
-                       /* @noflip */
-                       float: left;
-               }
-       }
-}
diff --git a/components/tabs.less b/components/tabs.less
index 211d1fd..b04cf18 100644
--- a/components/tabs.less
+++ b/components/tabs.less
@@ -119,11 +119,6 @@
        line-height: 1.125em;
 }
 
-body.rtl div.vectorMenu {
-       /* @noflip */
-       direction: rtl;
-}
-
 div#mw-head div.vectorMenu h3 {
        float: left;
        .background-image('images/tab-break.png');

-- 
To view, visit https://gerrit.wikimedia.org/r/381156
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac3d2a26438226a3e23e067780c4b2810ac4903f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to