Browse Source

Use new background tile.

pull/3/head
Simon Eisenmann 12 years ago
parent
commit
23524690d5
  1. 6
      src/styles/global/_base.scss
  2. BIN
      static/img/bg-tiles.png
  3. BIN
      static/img/bg-tiles_x2.png
  4. BIN
      static/img/wild_oliva.png
  5. BIN
      static/img/wild_oliva_x2.png

6
src/styles/global/_base.scss

@ -57,12 +57,12 @@ left:0px; @@ -57,12 +57,12 @@ left:0px;
right:0px;
top:0px;
bottom:0px;
background-image: url("../img/wild_oliva.png");
background-image: url("../img/bg-tiles.png");
background-repeat: repeat;
z-index:0;
@include hidpi {
background-image: url("../img/wild_oliva_x2.png");
background-size: 192px 200px;
background-image: url("../img/bg-tiles_x2.png");
background-size: 198px 200px;
}
}
#loader {

BIN
static/img/bg-tiles.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
static/img/bg-tiles_x2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
static/img/wild_oliva.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
static/img/wild_oliva_x2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save