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:
Derk-Jan Hartman 2023-09-09 13:53:06 +02:00
parent 5a6016b708
commit 2728752633

View file

@ -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;