mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-55074 theme_boost: Rename default only block region
This commit is contained in:
parent
a42a065a20
commit
e85d09635d
@ -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';
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user