Revert "style.css: image containers are not a table"

This reverts commit 20c9942a6b.
This commit is contained in:
Zankaria 2024-09-05 17:00:17 +02:00
parent 4350d866b0
commit 326a623d11

View file

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