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. 5
      stylesheets/yotsuba.css

3
stylesheets/futaba.css

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

5
stylesheets/yotsuba.css

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

Loading…
Cancel
Save