Small tweak to download glyphicon

Cette révision appartient à :
Stephen McQuay 2015-08-30 23:16:59 -07:00
Parent ea5a1f902a
révision 566d8b0879
1 fichiers modifiés avec 3 ajouts et 1 suppressions

Voir le fichier

@ -37,7 +37,9 @@
<div id="fetch-area">
<label for="fetch-url">Source URI:</label>
<div class="input-group">
<span class="input-group-addon">@</span>
<span class="input-group-addon">
<span class="glyphicon glyphicon-cloud-download"></span>
</span>
<input type="url" class="form-control" id="fetch-url" placeholder="https://gist.github.com/...">
<span class="input-group-btn">
<button id="fetch-button" class="btn btn-default" type="button">fetch</button>