This commit is contained in:
Jérôme Ramette 2026-03-07 22:29:52 +01:00 committed by GitHub
commit c35cabda9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,8 +20,10 @@ img {
height: auto;
}
img.inline {
img.inline,
p > a > img {
display: inline;
margin: 0;
vertical-align: middle;
}