MDL-40533 block_html: Remove styles specific to the block
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user