From a8e9a96947a71b87757cb6224eab6931ff50dce7 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 29 Oct 2017 18:55:48 +0100 Subject: [PATCH] Make the borders a bit sleeker. --- score.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; -- 2.39.2