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