resizing bg prism to get rid of weird gap on retina

This commit is contained in:
garthdb 2015-02-01 16:10:15 -08:00
parent 1e0be4a4a4
commit f2fca3bb34
2 changed files with 2 additions and 3 deletions

View File

@ -18,8 +18,7 @@ html {
rendering: optimizeLegibility;
align: center;
}
background: image-url("textures/grey-prism.svg") 50% 0;
@include background-size(50%);
background: image-url("textures/grey-prism.svg") center;
-webkit-tap-highlight-color: rgba($black, 0);
&.toolkit-baseline { @include debug-vertical-alignment; }

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB