From 250bacfdfc50ed08c74d6fb39f41346f583d5526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 25 Aug 2023 23:48:34 +0200 Subject: [PATCH] images: make CSS less intrusive #576 --- static/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 72e91a4a52..9fddfabdfe 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -322,11 +322,11 @@ dd { z-index: 70; } -#body img:not(.lightbox-image), -#body img.center, +#body img, #body .video-container { display: block; - margin: 1.5rem auto; + margin-left: auto; + margin-right: auto; text-align: center; }