mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
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
This commit is contained in:
parent
5a6016b708
commit
2728752633
|
@ -13,7 +13,8 @@ b, u, i, center,
|
|||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
input, button, select,
|
||||
audio, video {
|
||||
audio, video,
|
||||
figure, picture {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue