MDL-48160 theme: Improve all block region layouts when coded for RTL.

This commit is contained in:
Mary Evans 2015-02-03 18:19:14 +00:00
parent 4c27f52d91
commit 73b425be07
12 changed files with 148 additions and 69 deletions

View file

@ -38,8 +38,3 @@ $THEME->editor_sheets = array();
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
$THEME->csspostprocess = 'theme_more_process_css';
$THEME->blockrtlmanipulations = array(
'side-pre' => 'side-post',
'side-post' => 'side-pre'
);