forked from leftypol/leftypol
Revert "style.css: image containers are not a table"
This reverts commit 20c9942a6b
.
This commit is contained in:
parent
4350d866b0
commit
326a623d11
1 changed files with 2 additions and 3 deletions
|
@ -380,6 +380,7 @@ form table tr td div.center {
|
||||||
.file {
|
.file {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file:not(.multifile) .post-image {
|
.file:not(.multifile) .post-image {
|
||||||
|
@ -391,10 +392,8 @@ form table tr td div.center {
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption.fileinfo {
|
figcaption.fileinfo {
|
||||||
display: block;
|
display: table-caption;
|
||||||
margin: 0.2em 0px;
|
margin: 0.2em 0px;
|
||||||
width: 0px;
|
|
||||||
min-width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.banner {
|
div.banner {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue