MDL-55074 theme_boost: Rename default only block region

This commit is contained in:
Damyon Wiese 2016-10-13 12:49:37 +08:00
parent a42a065a20
commit e85d09635d
2 changed files with 1 additions and 6 deletions

View File

@ -43,5 +43,4 @@ $string['rawscss'] = 'Raw SCSS';
$string['rawscss_desc'] = 'Use this field to provide SCSS code which will be injected at the end of the stylesheet.';
$string['rawscsspre'] = 'Raw initial SCSS';
$string['rawscsspre_desc'] = 'In this field you can provide initialising SCSS code, it will be injected before everything else. Most of the time you will use this setting to define variables.';
$string['region-side-post'] = 'Right';
$string['region-side-pre'] = 'Left';
$string['region-side-pre'] = 'Right';

View File

@ -141,10 +141,6 @@ $breadcrumb-divider-rtl: "/" !default;
padding-left: 0;
}
#block-region-side-post {
padding-right: 0;
}
#page-footer {
color: #fff;
text-align: right;