forked from leftypol/leftypol
Fixed margin on boardlist
This commit is contained in:
parent
4d75207408
commit
8e1ef6558b
4 changed files with 13 additions and 6 deletions
|
@ -246,6 +246,7 @@ div.ban p.reason {
|
|||
}
|
||||
span.spoiler {
|
||||
background: black;
|
||||
color: black;
|
||||
}
|
||||
span.spoiler:hover {
|
||||
color: white;
|
||||
|
@ -308,7 +309,10 @@ hr {
|
|||
div.boardlist {
|
||||
color: #89A;
|
||||
font-size: 9pt;
|
||||
margin-top: 10px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
div.boardlist.bottom {
|
||||
margin-top: 20px;
|
||||
}
|
||||
div.boardlist a {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue