]> git.sesse.net Git - ultimatescore/commitdiff
Adjust some sizes for the new borders.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Oct 2017 18:12:33 +0000 (19:12 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Oct 2017 18:12:33 +0000 (19:12 +0100)
score.css

index 02edc2b02a4708b9b5d0c311d888947443dd62a9..01dcbd1b6faf167ba398f1f5a4a687ec0406468b 100644 (file)
--- a/score.css
+++ b/score.css
@@ -33,7 +33,7 @@ body {
   border: 1px solid #000;
 }
 .team1color, .team2color {
-  width: 15px;
+  width: 12px;
   margin: 5px;
 }
 .team1color {
@@ -62,7 +62,7 @@ body {
 .clockbug {
   position: fixed;
   font-size: 25px;
-  left: 360px;
+  left: 352px;
   top: 10px;
   border-collapse: collapse;
   white-space: nowrap;
@@ -101,7 +101,7 @@ body {
   background: linear-gradient(to bottom, #00a, #008);
   text-align: center;
   height: 30px;
-  width: 340px;
+  width: 334px;
 }
 
 .commentbug-hidden {