Demo cleanup/enhance

This commit is contained in:
Ryan McGrath 2011-07-10 04:05:38 -04:00
parent 6bf172bf47
commit de1a6103ca
2 changed files with 8 additions and 7 deletions

View file

@ -44,7 +44,7 @@ p {
}
/* "Players". ;) */
.player { position: absolute; top: 740; width: 46px; height: 46px; border: 2px solid #010101; padding: 10px; }
.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_1 { background-color: #ef1419; color: #ef1419; left: 500px; }
#player_2 { background-color: #13c32c; color: #13c32c; left: 580px; }