Demo cleanup/enhance

This commit is contained in:
Ryan McGrath 2011-07-10 04:07:53 -04:00
parent de1a6103ca
commit 38fe80cfbd
2 changed files with 4 additions and 4 deletions

View file

@ -44,8 +44,8 @@ p {
}
/* "Players". ;) */
.player { position: absolute; top: 680px; width: 46px; height: 46px; border: 2px solid #010101; padding: 10px; }
.player span { background-color: #f9f9f9; padding: 5px; font-weight: bold; }
.player { position: absolute; top: 680px; width: 26px; height: 26px; text-align: center; border: 2px solid #010101; padding: 10px; }
.player span { background-color: #f9f9f9; padding: 5px 5px 4px; font-weight: bold; }
#player_1 { background-color: #ef1419; color: #ef1419; left: 500px; }
#player_2 { background-color: #13c32c; color: #13c32c; left: 580px; }
#player_3 { background-color: #e6d01a; color: #e6d01a; left: 660px; }