mediawiki-skins-MinervaNeue/resources/skins.minerva.base.styles/reset.less
Jon Robson 7c9304cbf4 Replace reset with SkinModule normalize
Retain the existing font,
margin and padding values as without
these we would trigger a visual regression.

Visual change: Four minor visual regression with this change
relating to the button in the AMC CTA Drawer and suggested
edits overlay heading. All are acceptable.

Bug: T205341
Change-Id: I6331d88e5b7301fd13249414350a539738cfae53
2024-02-02 18:00:45 +00:00

13 lines
226 B
Plaintext

div, p,
h1, h2, h3, h4, h5, h6,
/* needed for navigation elements and content */
ul, li, ol,
/* needed for code snippets */
pre,
/* Needed for search input */
.minerva-header input {
margin: 0;
padding: 0;
font: inherit;
}