vendor/assets/stylesheets/modules/tile.less in flatui-rails-less-1.0 vs vendor/assets/stylesheets/modules/tile.less in flatui-rails-less-1.1

- old
+ new

@@ -9,11 +9,11 @@ position: relative; text-align: center; &.tile-hot { &:before { - background: ~"url(../images/tile/ribbon.png) 0 0 no-repeat"; + background: ~"url(/assets/tile/ribbon.png) 0 0 no-repeat"; background-size: 82px 82px; content: ''; height: 82px; position: absolute; right: -4px; @@ -45,10 +45,10 @@ // Retina Support @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) { .tile { &.tile-hot { &:before { - background-image: ~"url(../images/tile/ribbon-2x.png)"; + background-image: ~"url(/assets/tile/ribbon-2x.png)"; } } } }