mediawiki-skins-MinervaNeue/resources/skins.minerva.base.styles/reset.less
Volker E 4a7bd78d8b Move html and body styles to 'ui.less'
Moving reset properties
- `font-family` and
- `font-size`

and opinionated
- `margin`
to ui.less.

All other properties from 'reset.less' don't apply to those elements.

Also
- consolidating body `background-color` and `color` in 'ui.less' and
- moving `html` affecting property there as well.

Bug: T205341
Bug: T217621
Change-Id: I4c545da76e6fdebced41e6e7e6eb89e4d97a8b24
2019-03-05 16:38:20 -08:00

51 lines
819 B
Plaintext

/* Fork of http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import '../../minerva.less/minerva.mixins';
div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, ins, em, img,
small, strike, strong, sub, sup, tt,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, button, select,
audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
background: none;
}
table, caption, tbody, tfoot, thead, tr, th, td {
font-size: 100%;
}
caption {
font-weight: bold;
}
button {
border: 0;
background-color: transparent;
cursor: pointer;
}
input {
line-height: normal;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
}