From 35b992451bf30078eb7801c80349ba6820d61828 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 8 Oct 2023 08:53:05 +0200 Subject: same rules for images with and without caption (=table) --- style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index 3f163cf..7cd581e 100644 --- a/style.scss +++ b/style.scss @@ -314,8 +314,9 @@ img.tall { display: block; float: none; } -//Image pushing text down, below. Fixed width as an experiment. -#content img.solo { +//Image clearing text. +#content img.solo, +#content table.img.solo { float: none; display: block; padding: 0; -- cgit v1.2.3