mediawiki-skins-MinervaNeue/resources/skins.minerva.base.styles/reset.less
Derk-Jan Hartman 2728752633 Add figure and picture elements to the reset.
These are newer elements but they have similar user agent defaults to
img/video/audio etc.

This should fix the usage of imagemaps, which use frameless figures
and currently have excessive margin in minerva

Change-Id: If9f995401b771baffe221e474991cf1e3fbc7f76
2023-09-09 13:53:06 +02:00

52 lines
837 B
Plaintext

/* Fork of http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import '../../minerva.less/minerva.mixins.less';
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,
figure, picture {
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;
}
ul {
list-style: none;
}
table {
border-collapse: collapse;
}