Browse Source

Use tiles as jpeg as this is much smaller by no visual difference.

pull/68/head
Simon Eisenmann 11 years ago
parent
commit
28618612e9
  1. 4
      src/styles/global/_variables.scss
  2. 4
      src/styles/global/skins/_dark.scss
  3. 2
      static/css/main.min.css
  4. BIN
      static/img/bg-tiles.jpg
  5. BIN
      static/img/bg-tiles.png
  6. BIN
      static/img/bg-tiles_x2.jpg
  7. BIN
      static/img/bg-tiles_x2.png

4
src/styles/global/_variables.scss

File diff suppressed because one or more lines are too long

4
src/styles/global/skins/_dark.scss

@ -28,8 +28,8 @@ $contrasted-dark-default: #262625; // compass color utility @@ -28,8 +28,8 @@ $contrasted-dark-default: #262625; // compass color utility
$contrasted-light-default: #FCFCFC; // compass color utility
// background
$main-background: url("../img/bg-tiles.png");
$main-background-retina: url("../img/bg-tiles_x2.png");
$main-background: url("../img/bg-tiles.jpg");
$main-background-retina: url("../img/bg-tiles_x2.jpg");
// menu background color
$menu-background-color: $base-skin-color;

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long

BIN
static/img/bg-tiles.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
static/img/bg-tiles.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

BIN
static/img/bg-tiles_x2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
static/img/bg-tiles_x2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

Loading…
Cancel
Save