Menu icons improvements
Triggered by https://github.com/readium/SDKLauncher-iOS/issues/49
A few thoughts (that I apparently never posted on the tracker before)
- the icons do not show on IE8 (or IE6 for that matter)
- the icons do not show on Android Chrome (last I checked; the menu doesn't work well anymore)
- the icons force extra HTTP requests
- the icons make single-file builds slightly difficult
So my propsal would be:
- switch to base64 encoding or straight to inline SVGs.
How does that sound?