Add in base64 image encoding to build system and move images over to use it

This commit is contained in:
Fragger
2013-03-15 09:29:33 -07:00
committed by Kevin
parent f259d550e9
commit 5474b893a6
3 changed files with 33 additions and 3 deletions

View File

@ -285,7 +285,7 @@
border-radius: 8px;
}
.leaflet-control-layers-toggle {
background-image: url(@@RESOURCEURLBASE@@/images/layers.png);
background-image: url(@@INCLUDEIMAGE:images/layers.png@@);
width: 36px;
height: 36px;
}