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
|
@ -190,12 +190,12 @@ form table tr td div label {
|
|||
float: none;
|
||||
}
|
||||
|
||||
p.fileinfo {
|
||||
figcaption.fileinfo {
|
||||
display: block;
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
|
||||
div.post p.fileinfo {
|
||||
div.post figcaption.fileinfo {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
|
@ -1446,7 +1446,7 @@ input[type="submit"]:hover {
|
|||
input[type="text"]:focus {
|
||||
border:#aaa 1px solid;
|
||||
}
|
||||
p.fileinfo a:hover {
|
||||
figcaption.fileinfo a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
span.trip {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue