Skip to content

Commit

Permalink
Merge branch 'MDL-66670-master' of git://github.com/bmbrands/moodle i…
Browse files Browse the repository at this point in the history
…nto master
  • Loading branch information
stronk7 committed Aug 5, 2020
2 parents 71d61a7 + 8e929fa commit 4500d4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2201,6 +2201,7 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
// Reset for ul.
ul {
padding-left: 1rem;
-webkit-margin-start: 0.2rem; /* stylelint-disable-line */
}

/* YUI 2 Tree View */
Expand Down
4 changes: 3 additions & 1 deletion theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -11415,7 +11415,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
display: block; }

ul {
padding-left: 1rem; }
padding-left: 1rem;
-webkit-margin-start: 0.2rem;
/* stylelint-disable-line */ }

/* YUI 2 Tree View */
/*rtl:raw:
Expand Down
4 changes: 3 additions & 1 deletion theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -11626,7 +11626,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
display: block; }

ul {
padding-left: 1rem; }
padding-left: 1rem;
-webkit-margin-start: 0.2rem;
/* stylelint-disable-line */ }

/* YUI 2 Tree View */
/*rtl:raw:
Expand Down

0 comments on commit 4500d4b

Please sign in to comment.