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 {