From 235163883da3cac3523d7681670a00cf7649c371 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 7 Jul 2011 22:57:17 +1000 Subject: [PATCH] stylesheet fix for some tables in mod panel with Futaba or Yotsuba --- stylesheets/futaba.css | 3 +++ stylesheets/yotsuba.css | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/stylesheets/futaba.css b/stylesheets/futaba.css index 3640afc2..8d24d693 100644 --- a/stylesheets/futaba.css +++ b/stylesheets/futaba.css @@ -72,3 +72,6 @@ div.boardlist a { unimportant, .unimportant * { font-size: 13px; } +table.modlog tr th { + background: #EA8; +} diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 8a150157..83718ef1 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -53,4 +53,7 @@ div.boardlist { } div.boardlist a { color: #800; -} \ No newline at end of file +} +table.modlog tr th { + background: #EA8; +}