From 20c9942a6ba600ad04089197c54e89886ac7be8c Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 5 Sep 2024 16:21:11 +0200 Subject: [PATCH] style.css: image containers are not a table --- stylesheets/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index f899e837..1241bf29 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -380,7 +380,6 @@ form table tr td div.center { .file { float: left; margin: 0px; - display: table; } .file:not(.multifile) .post-image { @@ -392,8 +391,10 @@ form table tr td div.center { } figcaption.fileinfo { - display: table-caption; + display: block; margin: 0.2em 0px; + width: 0px; + min-width: 100%; } div.banner {