MDL-76835 theme: Fix unordered lists indentation

This commit is contained in:
Aya Saad 2023-04-26 14:04:11 +02:00
parent 4e632b7251
commit 4165fe4489
3 changed files with 0 additions and 16 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,