fix at bout, woo

This commit is contained in:
Neale Pickett 2012-04-07 16:07:48 -06:00
parent e222b1839e
commit a6c7bcc200
2 changed files with 6 additions and 4 deletions

View File

@ -38,13 +38,15 @@
width: 100%;
}
#score-a, #score-b {
font-size: 100px;
font-size: 150px;
position: absolute;
top: 30%;
}
#score-a {
float: left;
left: 10px;
}
#score-b {
float: right;
right: 10px;
}
html, p {
padding: 0;

View File

@ -25,7 +25,7 @@
}
#timeouts-a, #timeouts-b, #score-a, #score-b, #jam, #period {
color: yellow;
color: white;
font-family: sans-serif;
font-weight: bold;
font-size: 133%;