Fix support of legacy skins Standard & CologneBlue for user language direction: the...
authorRobin Pepermans <robin@users.mediawiki.org>
Tue, 20 Sep 2011 19:47:57 +0000 (19:47 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Tue, 20 Sep 2011 19:47:57 +0000 (19:47 +0000)
commit73f0366e23368cdd043593d0226e6dbc3fc72eb7
tree0092b9ae562ff7b621303ba3e614b030f3ff30fd
parent3f301cefeedf3c72d6036f941f09c9b19782d347
Fix support of legacy skins Standard & CologneBlue for user language direction: the topbar and footer used a "quickbar compensator" which relied on the topbar and footer following the content language direction.
Therefore it's easier to do it via CSS (which simplifies PHP code).
See also bug 31031.
includes/SkinLegacy.php
skins/CologneBlue.php
skins/Standard.php