Browse Source

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

pull/40/head
Savetheinternet 13 years ago
parent
commit
235163883d
  1. 3
      stylesheets/futaba.css
  2. 3
      stylesheets/yotsuba.css

3
stylesheets/futaba.css

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

3
stylesheets/yotsuba.css

@ -54,3 +54,6 @@ div.boardlist {
div.boardlist a {
color: #800;
}
table.modlog tr th {
background: #EA8;
}

Loading…
Cancel
Save