MDL-40533 block_html: Remove styles specific to the block

This commit is contained in:
Frederic Massart
2014-01-14 19:07:22 +01:00
parent e71a5333a3
commit 1e8b6e0087
3 changed files with 0 additions and 14 deletions
-2
View File
@@ -1,2 +0,0 @@
.block.block_html .content {padding:0;}
.block.block_html .content .no-overflow {padding:4px;}
-6
View File
@@ -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(
-6
View File
@@ -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';