mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
7c9304cbf4
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
13 lines
226 B
Plaintext
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;
|
|
}
|