mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
Merge "Remove the rest of the reset"
This commit is contained in:
commit
7926101f48
|
@ -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;
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
/* needed for navigation elements and content */
|
||||
ul, li, ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
@import 'CSSCustomProperties.less';
|
||||
@import 'reset.less';
|
||||
@import 'ui.less';
|
||||
@import 'buttons.less';
|
||||
@import 'icons.less';
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue