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
|
@ -113,7 +113,7 @@ div.post.reply div.body a:visited {
|
|||
|
||||
#options_div {background-color: #191919;}
|
||||
|
||||
p.fileinfo {margin: 0 10px 0 0;}
|
||||
figcaption.fileinfo {margin: 0 10px 0 0;}
|
||||
|
||||
.post-image {margin: 5px 20px 10px 0;}
|
||||
|
||||
|
@ -325,7 +325,7 @@ tr.tblhead > th {
|
|||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid gray;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue