1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 18:35:14 +02:00

Merge branch 'MDL-40533-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2014-01-21 00:17:31 +01:00
commit 1816a46d11
3 changed files with 0 additions and 14 deletions
blocks/html
theme
bootstrapbase
clean

@ -1,2 +0,0 @@
.block.block_html .content {padding:0;}
.block.block_html .content .no-overflow {padding:4px;}

@ -38,12 +38,6 @@ $THEME->supportscssoptimisation = false;
$THEME->editor_sheets = array('editor');
$THEME->plugins_exclude_sheets = array(
'block' => array(
'html'
),
);
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
$THEME->layouts = array(

@ -44,12 +44,6 @@ $THEME->yuicssmodules = array();
$THEME->editor_sheets = array();
$THEME->plugins_exclude_sheets = array(
'block' => array(
'html',
),
);
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
$THEME->csspostprocess = 'theme_clean_process_css';