style.css: image containers are not a table

This commit is contained in:
Zankaria 2024-09-05 16:21:11 +02:00
parent d23bfb6af5
commit 20c9942a6b

View file

@ -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 {