]> git.sesse.net Git - ultimatescore/blobdiff - score.html
Give the client window a proper title.
[ultimatescore] / score.html
index 0764d5de1d37661c9001bf85d353694b2c8d6ba7..72d16c47ba732dc78a616976dfb1665a1d0a686a 100644 (file)
@@ -3,7 +3,8 @@
  <head>
    <meta http-equiv="content-type" value="text/html; charset=utf-8" />
    <meta charset="utf-8" />
-   <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
+<!--   <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> -->
+   <link href="fonts/lato.css" rel="stylesheet">
    <style>
 * {
   -webkit-box-sizing: border-box;
@@ -139,7 +140,8 @@ body {
 }
 .lowerthird-headline-hidden {
   width: 0px;
-  border: 0px;
+  border-left: 0px;
+  border-right: 0px;
 }
 .lowerthird-headline-animate-in {
   -webkit-animation: scale-out 1.0s;