Last modified: 2014-03-09 02:54:18 UTC
Quiz has a load of hard coded CSS in Quiz.class.php in the parseQuiz() function It's got some variablised direction code stuff: $start = $wgContLang->isRTL() ? 'right' : 'left'; $end = $wgContLang->isRTL() ? 'left' : 'right'; I've moved the fully hard coded lines out to an RL css file in https://gerrit.wikimedia.org/r/15576 This then leave 2 lines that use Quiz::getColor (I'm guessing the colours can be changed asa form of settings...) and 5 lines that use $start and $end