From: Steinar H. Gunderson Date: Sun, 29 Oct 2017 17:55:48 +0000 (+0100) Subject: Make the borders a bit sleeker. X-Git-Url: https://git.sesse.net/index.cgi/?a=commitdiff_plain;ds=sidebyside;h=a8e9a96947a71b87757cb6224eab6931ff50dce7;p=ultimatescore Make the borders a bit sleeker. --- diff --git a/score.css b/score.css index ecd3e9d..0730591 100644 --- a/score.css +++ b/score.css @@ -26,11 +26,11 @@ body { top: 10px; border-collapse: collapse; white-space: nowrap; - border: 3px solid black; + border: 1px solid black; z-index: 1; } .scorebug td { - border: 3px solid #008; + border: 1px solid #000; } .team1color, .team2color { width: 15px; @@ -64,10 +64,10 @@ body { top: 10px; border-collapse: collapse; white-space: nowrap; - border: 3px solid black; + border: 1px solid black; } .clock { - border: 3px solid #008; + border: 1px solid #000; background: #00a; text-align: center; height: 35px; @@ -92,10 +92,10 @@ body { top: 52px; border-collapse: collapse; white-space: nowrap; - border: 3px solid black; + border: 1px solid black; } .comment { - border: 3px solid #008; + border: 1px solid #000; background: #00a; text-align: center; height: 30px;