adding #303 icon-calendar-empty

This commit is contained in:
davegandy 2013-04-11 11:13:48 -04:00
parent 3056726530
commit 2921f35f31
4 changed files with 5 additions and 0 deletions

View file

@ -1125,3 +1125,6 @@ ul.icons li [class*=" icon-"] {
.icon-shield:before {
content: "\f132";
}
.icon-calendar-empty:before {
content: "\f133";
}

Binary file not shown.

View file

@ -569,3 +569,4 @@ ul.icons {
.icon-microphone:before { content: "\f130"; }
.icon-microphone-off:before { content: "\f131"; }
.icon-shield:before { content: "\f132"; }
.icon-calendar-empty:before { content: "\f133"; }

View file

@ -279,6 +279,7 @@
<li><i class="icon-microphone"></i> icon-microphone</li>
<li><i class="icon-microphone-off"></i> icon-microphone-off</li>
<li><i class="icon-shield"></i> icon-shield</li>
<li><i class="icon-calendar-empty"></i> icon-calendar-empty</li>
</ul>
</div>
</section>