forked from leftypol/leftypol
style.css: image containers are not a table
This commit is contained in:
parent
d23bfb6af5
commit
20c9942a6b
1 changed files with 3 additions and 2 deletions
|
@ -380,7 +380,6 @@ 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 {
|
||||||
|
@ -392,8 +391,10 @@ form table tr td div.center {
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption.fileinfo {
|
figcaption.fileinfo {
|
||||||
display: table-caption;
|
display: block;
|
||||||
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