Skip to content

Commit

Permalink
Fix bug CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
luciopanepinto committed Aug 13, 2015
1 parent 6890078 commit 33663e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/pacman.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ span.combo, span.fruits {
height: 30px;
top: 670px;
position: absolute;
z-index: 111111;
}
#canvas-lifes {
width: 120px;
Expand Down Expand Up @@ -193,6 +194,7 @@ span.combo, span.fruits {
padding: 0px;
display: none;
background-size: 98px;
z-index: 999999;
}
#control-up-big {
bottom: 10px;
Expand Down

0 comments on commit 33663e2

Please sign in to comment.