* Mark underline css as !important. It should override other css (such as the css...
authorRobin Pepermans <robin@users.mediawiki.org>
Sun, 4 Sep 2011 21:50:02 +0000 (21:50 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Sun, 4 Sep 2011 21:50:02 +0000 (21:50 +0000)
commit33293c9b486bc8bfeefa7cae8042876987342f25
tree2c57a243d6cefa18042de526552dfd3e5a689c20
parentad39f2da8660219768f46db739be66a27c8eb651
* Mark underline css as !important. It should override other css (such as the css added in r91432) if the user specifically selected that option.
* Fix css flipping: for Simple, it still depended on the content language (however, no css actually needs flipping there). For Standard/CologneBlue, I re-added flipping even though it's not needed there either. Just in case css is added that does need flipping, so it is future-proof :). Consequently, I added noflip to the existing css.
* For this flipping I added a parameter to addInlineStyle(), which I assume to be useful in other cases as well
includes/OutputPage.php
includes/resourceloader/ResourceLoaderUserOptionsModule.php
skins/CologneBlue.php
skins/Simple.php
skins/Standard.php