1
0
Fork 0

Small tweak to download glyphicon

Dieser Commit ist enthalten in:
Stephen McQuay 2015-08-30 23:16:59 -07:00
Ursprung ea5a1f902a
Commit 566d8b0879
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen

Datei anzeigen

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