1
0
Fork 0

Small tweak to download glyphicon

Esse commit está contido em:
Stephen McQuay 2015-08-30 23:16:59 -07:00
commit 566d8b0879
1 arquivos alterados com 3 adições e 1 exclusões

Ver arquivo

@ -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>