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:
commit
1816a46d11
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user