From e85d09635d6dd26349fa1ea73002d976f759dcdd Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Thu, 13 Oct 2016 12:49:37 +0800 Subject: [PATCH] MDL-55074 theme_boost: Rename default only block region --- theme/boost/lang/en/theme_boost.php | 3 +-- theme/boost/scss/preset-default.scss | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/theme/boost/lang/en/theme_boost.php b/theme/boost/lang/en/theme_boost.php index 0750bfeb1a3..99dc7cd343d 100644 --- a/theme/boost/lang/en/theme_boost.php +++ b/theme/boost/lang/en/theme_boost.php @@ -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'; diff --git a/theme/boost/scss/preset-default.scss b/theme/boost/scss/preset-default.scss index 6033382b834..d5a0aa24b80 100644 --- a/theme/boost/scss/preset-default.scss +++ b/theme/boost/scss/preset-default.scss @@ -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;