adding icon-bullseye #670

This commit is contained in:
davegandy 2013-05-07 21:43:01 -04:00
parent f653c823cf
commit 848c0fc6f7
5 changed files with 14 additions and 0 deletions

View file

@ -64,6 +64,7 @@
<li><a href="{{ site.baseurl }}icon/css3"><i class="icon-css3"></i> icon-css3</a></li>
<li><a href="{{ site.baseurl }}icon/anchor"><i class="icon-anchor"></i> icon-anchor</a></li>
<li><a href="{{ site.baseurl }}icon/unlock-alt"><i class="icon-unlock-alt"></i> icon-unlock-alt</a></li>
<li><a href="{{ site.baseurl }}icon/bullseye"><i class="icon-bullseye"></i> icon-bullseye</a></li>
</ul>
</div>
</div>

View file

@ -1228,3 +1228,6 @@ ul.icons-ul > li .icon-li {
.icon-unlock-alt:before {
content: "\f13e";
}
.icon-bullseye:before {
content: "\f140";
}

View file

@ -312,3 +312,5 @@
.icon-css3:before { content: "\f13c"; }
.icon-anchor:before { content: "\f13d"; }
.icon-unlock-alt:before { content: "\f13e"; }
.icon-bullseye:before { content: "\f140"; }

View file

@ -2047,3 +2047,11 @@ icons:
created: 3.1.0
categories:
- Web Application Icons
- name: Bullseye
id: bullseye
unicode: f140
created: 3.1.0
categories:
- Web Application Icons