stylesheet fix for some tables in mod panel with Futaba or Yotsuba

This commit is contained in:
Savetheinternet 2011-07-07 22:57:17 +10:00
parent aba6f147f7
commit 235163883d
2 changed files with 7 additions and 1 deletions

View File

@ -72,3 +72,6 @@ div.boardlist a {
unimportant, .unimportant * {
font-size: 13px;
}
table.modlog tr th {
background: #EA8;
}

View File

@ -53,4 +53,7 @@ div.boardlist {
}
div.boardlist a {
color: #800;
}
}
table.modlog tr th {
background: #EA8;
}