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
|
@ -4,7 +4,7 @@ body {
|
|||
font-family: monospace;
|
||||
font-size: 11px;
|
||||
}
|
||||
@font-face
|
||||
@font-face
|
||||
{
|
||||
font-family: 'lain';
|
||||
src: url('./fonts/nrdyyh.woff') format('woff'),
|
||||
|
@ -41,7 +41,7 @@ a.post_no {
|
|||
color: #B332E6;
|
||||
text-decoration: none;
|
||||
}
|
||||
span.quote
|
||||
span.quote
|
||||
{
|
||||
color:#00ff00;
|
||||
}
|
||||
|
@ -127,7 +127,7 @@ input[type="submit"]:hover {
|
|||
border: #888888 1px solid;
|
||||
color: #00FF00;
|
||||
}
|
||||
p.fileinfo a:hover {
|
||||
figcaption.fileinfo a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
span.trip {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue