Skip to content

Commit

Permalink
MDL-55074 theme_boost: Rename default only block region
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Oct 21, 2016
1 parent a42a065 commit e85d096
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions theme/boost/lang/en/theme_boost.php
Expand Up @@ -43,5 +43,4 @@
$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';
4 changes: 0 additions & 4 deletions theme/boost/scss/preset-default.scss
Expand Up @@ -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;
Expand Down

0 comments on commit e85d096

Please sign in to comment.