Skip to content

Commit

Permalink
Fixed gun clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
alg committed Mar 5, 2011
1 parent 5211295 commit e88be41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/stylesheets/battlefield.css
Expand Up @@ -6,19 +6,19 @@

.tank {
position: absolute;
width: 40px;
height: 40px;
margin: -20px 0 0 -20px;
background: url(/images/body.png) 0 0 no-repeat;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
background: url(/images/body.png) 10px 10px no-repeat;
overflow: hidden;
}

.head {
position: relative;
width: 25px;
height: 50px;
left: 10px;
top: -10px;
left: 20px;
top: 0px;
background: url(/images/head.png) transparent 0 0 no-repeat;

transform-origin: 10px 27px;
Expand Down

0 comments on commit e88be41

Please sign in to comment.