better path

This commit is contained in:
Egor 2015-11-06 01:55:11 -08:00
parent f14f27abf6
commit af857e45d3
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
<p class="introParagraph">Huegasm is a free web application for controlling your <a href="http://www2.meethue.com/en-ca/">Philips Hue lights</a>...oh and it's kind of awesome at syncing music with your lights.</p>
<a href="#" {{action "isReady"}}>
<img src="assets/images/intro.jpeg" id="introPic" />
<img src="assets/images/intro.jpg" id="introPic" />
</a>
{{#paper-button raised=true primary=true action="isReady" class="goButton"}}Go!{{/paper-button}}

View file

@ -258,7 +258,7 @@ md-list-item .md-no-style {
// preload images
#hueControls:after, md-progress-circular:after {
display: none;
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(images/favicon-96x96.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(/favicon-96x96.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
}
.navigation {
@ -978,7 +978,7 @@ body.dimmerOn {
cursor: pointer;
width: 40px;
height: 40px;
background: url(images/favicon-96x96.png) center center no-repeat;
background: url(/favicon-96x96.png) center center no-repeat;
background-size: 40px 40px;
}
@ -1071,7 +1071,7 @@ div.ember-modal-dialog {
}
.displayIcon {
background:url(images/favicon-96x96.png) center center no-repeat;
background:url(/favicon-96x96.png) center center no-repeat;
}
.keyboard-arrow-down {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB