]> git.sesse.net Git - ultimatescore/commitdiff
Make the borders a bit sleeker.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Oct 2017 17:55:48 +0000 (18:55 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Oct 2017 17:55:48 +0000 (18:55 +0100)
score.css

index ecd3e9d3d3cf02d15061abcdf79df7fe2dee8821..073059136e84748d6f3359772bee9b4e84047230 100644 (file)
--- 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;