mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Add icon-star-half-full
The star is half full, @davegandy. The star is half full. Signed-off-by: David Celis <me@davidcel.is>
This commit is contained in:
parent
a4612d8b81
commit
006174e1e4
@ -280,6 +280,7 @@
|
||||
<li><i class="icon-fixed-width"></i> icon-code <span class="muted">(&#xf121;)</span></li>
|
||||
<li><i class="icon-fixed-width"></i> icon-reply-all <span class="muted">(&#xf122;)</span></li>
|
||||
<li><i class="icon-fixed-width"></i> icon-mail-reply-all <span class="muted">(&#xf122;)</span></li>
|
||||
<li><i class="icon-fixed-width"></i> icon-star-half-full <span class="muted">(&#xf123;)</span></li>
|
||||
<li><i class="icon-fixed-width"></i> icon-star-half-empty <span class="muted">(&#xf123;)</span></li>
|
||||
<li><i class="icon-fixed-width"></i> icon-location-arrow <span class="muted">(&#xf124;)</span></li>
|
||||
<li><i class="icon-fixed-width"></i> icon-crop <span class="muted">(&#xf125;)</span></li>
|
||||
|
@ -30,6 +30,7 @@
|
||||
</div>
|
||||
<div class="span3">
|
||||
<ul class="the-icons">
|
||||
<li><a href="{{ page.relative_path }}icon/star-half-full"><i class="icon-star-half-full"></i> icon-star-half-full <span class="muted">(alias)</span></a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/star-half-empty"><i class="icon-star-half-empty"></i> icon-star-half-empty</a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/location-arrow"><i class="icon-location-arrow"></i> icon-location-arrow</a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/undo"><i class="icon-rotate-left"></i> icon-rotate-left <span class="muted">(alias)</span></a></li>
|
||||
|
@ -189,6 +189,7 @@
|
||||
<li><a href="{{ page.relative_path }}icon/sort"><i class="icon-sort"></i> icon-sort</a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/spinner"><i class="icon-spinner"></i> icon-spinner</a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/star-empty"><i class="icon-star-empty"></i> icon-star-empty</a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/star-half-full"><i class="icon-star-half-full"></i> icon-star-half-full <span class="muted">(alias)</span></a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/star-half-empty"><i class="icon-star-half-empty"></i> icon-star-half-empty</a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/star-half"><i class="icon-star-half"></i> icon-star-half</a></li>
|
||||
<li><a href="{{ page.relative_path }}icon/star"><i class="icon-star"></i> icon-star</a></li>
|
||||
|
@ -367,6 +367,7 @@ a [class*=" icon-"] {
|
||||
.icon-code { .ie7icon(''); }
|
||||
.icon-reply-all { .ie7icon(''); }
|
||||
.icon-mail-reply-all { .ie7icon(''); }
|
||||
.icon-star-half-full { .ie7icon(''); }
|
||||
.icon-star-half-empty { .ie7icon(''); }
|
||||
.icon-location-arrow { .ie7icon(''); }
|
||||
.icon-crop { .ie7icon(''); }
|
||||
|
1
build/assets/font-awesome/less/icons.less
vendored
1
build/assets/font-awesome/less/icons.less
vendored
@ -284,6 +284,7 @@
|
||||
.icon-code:before { content: "\f121"; }
|
||||
.icon-reply-all:before, { content: "\f122"; }
|
||||
.icon-mail-reply-all:before { content: "\f122"; }
|
||||
.icon-star-half-full:before,
|
||||
.icon-star-half-empty:before { content: "\f123"; }
|
||||
.icon-location-arrow:before { content: "\f124"; }
|
||||
.icon-crop:before { content: "\f125"; }
|
||||
|
@ -1856,6 +1856,13 @@ icons:
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: star-half-full
|
||||
id: star-half-full
|
||||
unicode: f123
|
||||
created: 3.1.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: star-half-empty
|
||||
id: star-half-empty
|
||||
unicode: f123
|
||||
|
Loading…
Reference in New Issue
Block a user