Merge branch 'MDL-66670-master' of git://github.com/bmbrands/moodle into master
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user