Merge "Remove the rest of the reset"

This commit is contained in:
jenkins-bot 2024-02-20 21:22:11 +00:00 committed by Gerrit Code Review
commit 7926101f48
5 changed files with 15 additions and 11 deletions

View file

@ -1,6 +1,7 @@
.content {
ol {
padding-left: 2.25em;
margin: 0;
padding: 0 0 0 2.25em;
}
ul {
@ -21,7 +22,7 @@
ul {
ol,
ul {
margin-left: 1em;
margin: 0 0 0 1em;
}
}
@ -37,9 +38,7 @@
/* As in Vector, indenting of definition lists, and bolding of definition terms is generically useful */
dl {
margin-top: 0.2em;
margin-bottom: 0.5em;
margin-left: 1em;
margin: 0.2em 0 0.5em 1em;
dt {
font-weight: bold;

View file

@ -1,5 +0,0 @@
/* needed for navigation elements and content */
ul, li, ol {
margin: 0;
padding: 0;
}

View file

@ -1,5 +1,4 @@
@import 'CSSCustomProperties.less';
@import 'reset.less';
@import 'ui.less';
@import 'buttons.less';
@import 'icons.less';

View file

@ -24,6 +24,12 @@ body {
margin: 0;
}
/* needed for navigation elements and content */
ul {
margin: 0;
padding: 0;
}
main {
// Support IE 9-11: Apply correct `display` (normalized), see T207618.
display: block;

View file

@ -1,5 +1,10 @@
@import '../../minerva.less/minerva.variables.less';
ol.site-link-list {
margin: 0;
padding: 0;
}
@media screen and ( min-width: @width-breakpoint-desktop ) {
.language-searcher {
.panel-body,