Fix Font Awesome CSS class in examples

This commit is contained in:
Frederic Junod
2015-08-20 11:49:19 +02:00
parent c14d64b4e7
commit da4b863ad8
3 changed files with 9 additions and 9 deletions

View File

@@ -13,6 +13,6 @@ tags: "export, png, openstreetmap"
This example requires a browser that supports the
<a href="http://caniuse.com/#feat=download">link download</a> attribute.
</div>
<a id="export-png" class="btn" download="map.png"><i class="icon-download"></i> Export PNG</a>
<a id="export-png" class="btn btn-default" download="map.png"><i class="fa fa-download"></i> Export PNG</a>
</div>
</div>