Skip to content

Commit

Permalink
change game background
Browse files Browse the repository at this point in the history
  • Loading branch information
mamingcao committed Jun 18, 2012
1 parent ccb40e7 commit 31d2003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions static/game/game.html
Expand Up @@ -123,6 +123,7 @@
<img src="./image/back_icon.png"> </img>
</div>
<div id="gametable">
<img src="./image/leathertable.gif" />
<div id="send_cards">
<img id="backpng1" src="./pokers/back.png" />
<img id="cards_in_hand1" src="./pokers/club/A.png" />
Expand Down
4 changes: 2 additions & 2 deletions static/game/style.css
Expand Up @@ -27,14 +27,14 @@ div{
height: 640px;
width: 960px;
position: absolute;
background-image: url(./image/bj.jpg);
background-image: url(../user/image/background.png);
}

#gametable {
height: 445px;
width: 939px;
position: absolute;
background-image: url(./image/leathertable.gif);
/* background-image: url(./image/leathertable.gif);*/
top: 82px;
left: 26px;
}
Expand Down
1 change: 0 additions & 1 deletion static/style.css
Expand Up @@ -5,7 +5,6 @@
top:0;
left:0;
position:absolute;
background-size: 100%;
}

.view {
Expand Down

0 comments on commit 31d2003

Please sign in to comment.