Small tweak to download glyphicon

This commit is contained in:
Stephen McQuay 2015-08-30 23:16:59 -07:00
parent ea5a1f902a
commit 566d8b0879
1 changed files with 3 additions and 1 deletions

View File

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