mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
e562227392
Bug: T205341 Bug: T217616 Change-Id: I66a677ab5d7ea4555d16d5761340eaad4158c3bc
51 lines
815 B
Plaintext
51 lines
815 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;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|