From d9a122a02bab032d87b9d9bb9a8ad285e71dde6f Mon Sep 17 00:00:00 2001 From: Tails2091 <40816748+Tails2091@users.noreply.github.com> Date: Tue, 31 Jul 2018 20:06:19 -0400 Subject: [PATCH] Removed Borders Glory to the New Arstotzka! --- code/modules/arcade/prize_counter.dm | 47 ++++++++++------------------ 1 file changed, 17 insertions(+), 30 deletions(-) diff --git a/code/modules/arcade/prize_counter.dm b/code/modules/arcade/prize_counter.dm index b01a58ba8e3..aba97d724d0 100644 --- a/code/modules/arcade/prize_counter.dm +++ b/code/modules/arcade/prize_counter.dm @@ -79,49 +79,36 @@ html { background:#333; color:#999; } -table { - background:#303030; - border-collapse: collapse; - border:1px solid #232323; -} -caption { - text-align:left; -} + +table {background:#303030;} + +caption {text-align:left;} + a { color:#cfcfcf; text-decoration:none; font-weight:bold; } -a:hover { - color:#ffffff; -} -p { - margin:0; -} -tr.dark { - background:#303030; -} -tr.light { - background:#3f3f3f; -} -td,th { - padding:15px; - border-bottom:1px solid #232323; -} +a:hover {color:#ffffff;} + +p {margin:0;} + +tr.dark {background:#303030;} + +tr.light {background:#3f3f3f;} + +td,th {padding:15px;} + td.cost { font-size:20pt; font-weight:bold; text-align:center; } -td.cost.affordable { - background:green; -} +td.cost.affordable {background:green;} -td.cost.toomuch { - background:maroon; -} +td.cost.toomuch {background:maroon;}