forked from leftypol/leftypol
stylesheets: do not expand fileinfo beyond image width. Fix #188
This commit is contained in:
parent
a1d5f755b1
commit
d23bfb6af5
30 changed files with 114 additions and 112 deletions
|
@ -379,6 +379,8 @@ form table tr td div.center {
|
|||
|
||||
.file {
|
||||
float: left;
|
||||
margin: 0px;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.file:not(.multifile) .post-image {
|
||||
|
@ -389,8 +391,8 @@ form table tr td div.center {
|
|||
float: none;
|
||||
}
|
||||
|
||||
p.fileinfo {
|
||||
display: block;
|
||||
figcaption.fileinfo {
|
||||
display: table-caption;
|
||||
margin: 0.2em 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue