mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-76835 theme: Fix unordered lists indentation
This commit is contained in:
parent
4e632b7251
commit
4165fe4489
@ -2188,12 +2188,6 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
}
|
||||
}
|
||||
|
||||
// Reset for ul.
|
||||
ul {
|
||||
padding-left: 1rem;
|
||||
-webkit-margin-start: 0.2rem; /* stylelint-disable-line */
|
||||
}
|
||||
|
||||
/* YUI 2 Tree View */
|
||||
/*rtl:raw:
|
||||
.ygtvtn,
|
||||
|
@ -25046,11 +25046,6 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
display: block;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 1rem;
|
||||
-webkit-margin-start: 0.2rem; /* stylelint-disable-line */
|
||||
}
|
||||
|
||||
/* YUI 2 Tree View */
|
||||
/*rtl:raw:
|
||||
.ygtvtn,
|
||||
|
@ -25046,11 +25046,6 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
display: block;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 1rem;
|
||||
-webkit-margin-start: 0.2rem; /* stylelint-disable-line */
|
||||
}
|
||||
|
||||
/* YUI 2 Tree View */
|
||||
/*rtl:raw:
|
||||
.ygtvtn,
|
||||
|
Loading…
x
Reference in New Issue
Block a user