Removes octicons in favor of a single svg

This commit is contained in:
Zeno Rocha
2015-09-21 00:04:02 -07:00
parent 212e6df068
commit 1f7ae72efd
182 changed files with 7 additions and 1971 deletions

View File

@ -8,7 +8,6 @@
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="bower_components/primer-css/css/primer.css">
<link rel="stylesheet" href="bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="bower_components/highlightjs/styles/github.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900">
<link rel="stylesheet" href="assets/main.css">
@ -82,7 +81,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><
<input id="foo" type="text" value="https://github.com/zenorocha/clipboard.js.git">
<span class="input-group-button">
<button class="btn" type="button" data-action="copy" data-target="foo">
<span class="octicon octicon-clippy"></span>
<img class="clippy" src="assets/clippy.svg" width="13" alt="Clipboard icon">
</button>
</span>
</div>