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 {