Fixed fonts and logos for the pit display.

This commit is contained in:
Patrick Fairbank
2014-08-08 12:51:21 -07:00
parent 6f2d3f0364
commit 683ee42f99
2 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ body {
background: -webkit-linear-gradient(top, #003375 1%, #3C679D 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-linear-gradient(top, #003375 1%, #3C679D 100%); /* Chrome10+,Safari5.1+ */
background-repeat: no-repeat;
font-family: sans-serif;
font-family: "FuturaLT";
}
#column {
width: 80%;
@@ -26,7 +26,7 @@ body {
padding: 20px 0px;
line-height: 50px;
font-size: 40px;
font-weight: bold;
font-family: "FuturaLTBold";
color: #fff;
}
#logo {

View File

@@ -9,13 +9,14 @@
<title>Pit Display - {{.EventSettings.Name}} - Cheesy Arena </title>
<link rel="shortcut icon" href="/static/img/favicon32.png">
<link rel="stylesheet" href="/static/css/lib/bootstrap.min.css" />
<link rel="stylesheet" href="/static/css/cheesy-arena.css" />
<link rel="stylesheet" href="/static/css/pit_display.css" />
</head>
<body>
<div id="column">
<div id="titlebar">
<div class="pull-left">TEAM STANDINGS</div>
<div class="pull-right"><img id="logo" src="/static/img/logo.png"></div>
<div class="pull-right"><img id="logo" src="/static/img/logo-colored.png"></div>
<div>&nbsp</div>
</div>
<div id="standings">