images: make CSS less intrusive #576

This commit is contained in:
Sören Weber 2023-08-25 23:48:34 +02:00
parent 686ea66e67
commit 250bacfdfc
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -322,11 +322,11 @@ dd {
z-index: 70; z-index: 70;
} }
#body img:not(.lightbox-image), #body img,
#body img.center,
#body .video-container { #body .video-container {
display: block; display: block;
margin: 1.5rem auto; margin-left: auto;
margin-right: auto;
text-align: center; text-align: center;
} }