diff options
-rw-r--r-- | playoff.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playoff.css b/playoff.css index 30fd68b..b5daaa7 100644 --- a/playoff.css +++ b/playoff.css @@ -9,6 +9,10 @@ tr.loser > td { opacity: 0.3 } +.playoff_matchbox.faded { + opacity: 0.3; +} + @media print { span#logo, p.swiss_links, table.leaderboard, table.caption_table, body>p.f { display: none; |