diff --git a/manifest.json b/manifest.json index 01cc1da..7485b30 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "7.0.3", + "version": "7.0.4", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", diff --git a/res/scoreboard.css b/res/scoreboard.css index 7f327bb..db46b9a 100644 --- a/res/scoreboard.css +++ b/res/scoreboard.css @@ -42,7 +42,7 @@ input[readonly] { user-select: none; } -.left, .right { +.team { width: 2em; height: 100%; text-align: center; @@ -50,14 +50,14 @@ input[readonly] { top: 0; } -.left { +#team-a { left: 0; } -.right { +#team-b { right: 0; } -.center { +#clocks { text-align: center; } diff --git a/res/scoreboard.html b/res/scoreboard.html index 9fad9df..0fe68a1 100644 --- a/res/scoreboard.html +++ b/res/scoreboard.html @@ -26,7 +26,7 @@
-
+
-
+
-
+
-