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 5d0a07bf9d this is
  actually a no-op.

Change-Id: Iac3d2a26438226a3e23e067780c4b2810ac4903f
This commit is contained in:
Bartosz Dziewoński 2017-09-28 04:49:28 +02:00 committed by Jdlrobson
parent e951a09913
commit 6b6c6ba762
2 changed files with 0 additions and 14 deletions

View File

@ -46,12 +46,3 @@ div#footer {
}
}
}
body.ltr {
div#footer {
#footer-places {
/* @noflip */
float: left;
}
}
}

View File

@ -146,11 +146,6 @@ div.vectorMenu {
}
}
body.rtl div.vectorMenu {
/* @noflip */
direction: rtl;
}
div#mw-head div.vectorMenu h3 {
/* @noflip */
float: left;