Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DancingBanana/game-off-2012
Browse files Browse the repository at this point in the history
Conflicts:
	public/css/global.css
  • Loading branch information
rogeruiz committed Dec 1, 2012
2 parents 8f2c1c6 + 02b477a commit 1011168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ body {
background: url('../img/level-asset-background-01.png?1354380842');
}
#gamescape.level2 {
background: url('../img/level-asset-background-02-dev.png?1354380842');
background: url('../img/level-asset-background-02.png?1354380842');
}
#gamescape.level3 {
background: url('../img/level-asset-background-03.png?1354380842');
Expand Down
2 changes: 1 addition & 1 deletion public/sass/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ body {
@include background(image-url('level-asset-background-01.png'));

&.level2 {
@include background(image-url('level-asset-background-02-dev.png'));
@include background(image-url('level-asset-background-02.png'));
}

&.level3 {
Expand Down

0 comments on commit 1011168

Please sign in to comment.