Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gandy <dave@davegandy.com>2012-06-02 10:29:20 +0400
committerDave Gandy <dave@davegandy.com>2012-06-02 10:29:20 +0400
commit6215d27ef43d0a40a17f18b3fa84ad42e4c789de (patch)
tree4cbdff5875dc9f91b373eb2ed4b6eb65f948c15f /less/font-awesome.less
parent1512812061516e26443bc6c3d62e7bb02cadbeaa (diff)
updates to icons, page layout
Diffstat (limited to 'less/font-awesome.less')
-rw-r--r--less/font-awesome.less21
1 files changed, 14 insertions, 7 deletions
diff --git a/less/font-awesome.less b/less/font-awesome.less
index 7c932155d..796574282 100644
--- a/less/font-awesome.less
+++ b/less/font-awesome.less
@@ -56,7 +56,7 @@ a [class*=" icon-"] {
font-size: 4/3em;
}
-.btn {
+.btn, .nav-tabs {
[class^="icon-"],
[class*=" icon-"] {
/* keeps button heights with and without icons the same */
@@ -290,8 +290,8 @@ ul.icons {
.icon-save:before { content: "\f0c7"; }
.icon-sign-blank:before { content: "\f0c8"; }
.icon-reorder:before { content: "\f0c9"; }
-.icon-ul:before { content: "\f0ca"; }
-.icon-ol:before { content: "\f0cb"; }
+.icon-list-ul:before { content: "\f0ca"; }
+.icon-list-ol:before { content: "\f0cb"; }
.icon-strikethrough:before { content: "\f0cc"; }
.icon-underline:before { content: "\f0cd"; }
.icon-table:before { content: "\f0ce"; }
@@ -312,8 +312,15 @@ ul.icons {
.icon-sort-down:before { content: "\f0dd"; }
.icon-sort-up:before { content: "\f0de"; }
+.icon-envelope-alt:before { content: "\f0e0"; }
+.icon-linkedin:before { content: "\f0e1"; }
+.icon-undo:before { content: "\f0e2"; }
+.icon-legal:before { content: "\f0e3"; }
+.icon-dashboard:before { content: "\f0e4"; }
+.icon-comment-alt:before { content: "\f0e5"; }
+.icon-comments-alt:before { content: "\f0e6"; }
+.icon-bolt:before { content: "\f0e7"; }
+.icon-sitemap:before { content: "\f0e8"; }
+.icon-umbrella:before { content: "\f0e9"; }
+
.icon-user-md:before { content: "\f200"; }
-.icon-chart-pie-one-third:before { content: "\f201"; }
-.icon-chart-pie-two-thirds:before { content: "\f202"; }
-.icon-chart-pie-full:before { content: "\f203"; }
-.icon-chart-pie-empty:before { content: "\f204"; }