@@ -642,7 +642,6 @@ table {
642642}
643643
644644/* more sprites.less reset*/
645- .icon-white ,
646645.nav-pills > .active > a > [class ^= "icon-" ],
647646.nav-pills > .active > a > [class *= " icon-" ],
648647.nav-list > .active > a > [class ^= "icon-" ],
@@ -679,7 +678,6 @@ a [class*=" icon-"] {
679678.nav [class *= " icon-" ] {
680679 display : inline;
681680 /* keeps button heights with and without icons the same */
682-
683681}
684682.btn [class ^= "icon-" ].icon-large ,
685683.nav [class ^= "icon-" ].icon-large ,
@@ -710,7 +708,6 @@ li [class^="icon-"].icon-large,
710708li [class *= " icon-" ].icon-large ,
711709.nav li [class *= " icon-" ].icon-large {
712710 /* increased font size for icon-large */
713-
714711 width : 1.5625em ;
715712}
716713ul .icons {
@@ -741,273 +738,27 @@ ul.icons li [class*=" icon-"] {
741738}
742739/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
743740 readers do not read off random characters that represent icons */
744- .icon-glass : before { content : "\f000" ; }
745- .icon-music : before { content : "\f001" ; }
746- .icon-search : before { content : "\f002" ; }
747- .icon-envelope : before { content : "\f003" ; }
748- .icon-heart : before { content : "\f004" ; }
749- .icon-star : before { content : "\f005" ; }
750- .icon-star-empty : before { content : "\f006" ; }
751- .icon-user : before { content : "\f007" ; }
752- .icon-film : before { content : "\f008" ; }
753- .icon-th-large : before { content : "\f009" ; }
754- .icon-th : before { content : "\f00a" ; }
755- .icon-th-list : before { content : "\f00b" ; }
756- .icon-ok : before { content : "\f00c" ; }
757- .icon-remove : before { content : "\f00d" ; }
758- .icon-zoom-in : before { content : "\f00e" ; }
759-
760- .icon-zoom-out : before { content : "\f010" ; }
761- .icon-off : before { content : "\f011" ; }
762- .icon-signal : before { content : "\f012" ; }
763- .icon-cog : before { content : "\f013" ; }
764- .icon-trash : before { content : "\f014" ; }
765- .icon-home : before { content : "\f015" ; }
766- .icon-file : before { content : "\f016" ; }
767- .icon-time : before { content : "\f017" ; }
768- .icon-road : before { content : "\f018" ; }
769- .icon-download-alt : before { content : "\f019" ; }
770- .icon-download : before { content : "\f01a" ; }
771- .icon-upload : before { content : "\f01b" ; }
772- .icon-inbox : before { content : "\f01c" ; }
773- .icon-play-circle : before { content : "\f01d" ; }
774- .icon-repeat : before { content : "\f01e" ; }
775-
776- /* \f020 doesn't work in Safari. all shifted one down */
777- .icon-refresh : before { content : "\f021" ; }
778- .icon-list-alt : before { content : "\f022" ; }
779- .icon-lock : before { content : "\f023" ; }
780- .icon-flag : before { content : "\f024" ; }
781- .icon-headphones : before { content : "\f025" ; }
782- .icon-volume-off : before { content : "\f026" ; }
783- .icon-volume-down : before { content : "\f027" ; }
784- .icon-volume-up : before { content : "\f028" ; }
785- .icon-qrcode : before { content : "\f029" ; }
786- .icon-barcode : before { content : "\f02a" ; }
787- .icon-tag : before { content : "\f02b" ; }
788- .icon-tags : before { content : "\f02c" ; }
789- .icon-book : before { content : "\f02d" ; }
790- .icon-bookmark : before { content : "\f02e" ; }
791- .icon-print : before { content : "\f02f" ; }
792-
793- .icon-camera : before { content : "\f030" ; }
794- .icon-font : before { content : "\f031" ; }
795- .icon-bold : before { content : "\f032" ; }
796- .icon-italic : before { content : "\f033" ; }
797- .icon-text-height : before { content : "\f034" ; }
798- .icon-text-width : before { content : "\f035" ; }
799- .icon-align-left : before { content : "\f036" ; }
800- .icon-align-center : before { content : "\f037" ; }
801- .icon-align-right : before { content : "\f038" ; }
802- .icon-align-justify : before { content : "\f039" ; }
803- .icon-list : before { content : "\f03a" ; }
804- .icon-indent-left : before { content : "\f03b" ; }
805- .icon-indent-right : before { content : "\f03c" ; }
806- .icon-facetime-video : before { content : "\f03d" ; }
807- .icon-picture : before { content : "\f03e" ; }
808-
809- .icon-pencil : before { content : "\f040" ; }
810- .icon-map-marker : before { content : "\f041" ; }
811- .icon-adjust : before { content : "\f042" ; }
812- .icon-tint : before { content : "\f043" ; }
813- .icon-edit : before { content : "\f044" ; }
814- .icon-share : before { content : "\f045" ; }
815- .icon-check : before { content : "\f046" ; }
816- .icon-move : before { content : "\f047" ; }
817- .icon-step-backward : before { content : "\f048" ; }
818- .icon-fast-backward : before { content : "\f049" ; }
819- .icon-backward : before { content : "\f04a" ; }
820- .icon-play : before { content : "\f04b" ; }
821- .icon-pause : before { content : "\f04c" ; }
822- .icon-stop : before { content : "\f04d" ; }
823- .icon-forward : before { content : "\f04e" ; }
824-
825- .icon-fast-forward : before { content : "\f050" ; }
826- .icon-step-forward : before { content : "\f051" ; }
827- .icon-eject : before { content : "\f052" ; }
828- .icon-chevron-left : before { content : "\f053" ; }
829- .icon-chevron-right : before { content : "\f054" ; }
830- .icon-plus-sign : before { content : "\f055" ; }
831- .icon-minus-sign : before { content : "\f056" ; }
832- .icon-remove-sign : before { content : "\f057" ; }
833- .icon-ok-sign : before { content : "\f058" ; }
834- .icon-question-sign : before { content : "\f059" ; }
835- .icon-info-sign : before { content : "\f05a" ; }
836- .icon-screenshot : before { content : "\f05b" ; }
837- .icon-remove-circle : before { content : "\f05c" ; }
838- .icon-ok-circle : before { content : "\f05d" ; }
839- .icon-ban-circle : before { content : "\f05e" ; }
840-
841- .icon-arrow-left : before { content : "\f060" ; }
842- .icon-arrow-right : before { content : "\f061" ; }
843- .icon-arrow-up : before { content : "\f062" ; }
844- .icon-arrow-down : before { content : "\f063" ; }
845- .icon-share-alt : before { content : "\f064" ; }
846- .icon-resize-full : before { content : "\f065" ; }
847- .icon-resize-small : before { content : "\f066" ; }
848- .icon-plus : before { content : "\f067" ; }
849- .icon-minus : before { content : "\f068" ; }
850- .icon-asterisk : before { content : "\f069" ; }
851- .icon-exclamation-sign : before { content : "\f06a" ; }
852- .icon-gift : before { content : "\f06b" ; }
853- .icon-leaf : before { content : "\f06c" ; }
854- .icon-fire : before { content : "\f06d" ; }
855- .icon-eye-open : before { content : "\f06e" ; }
856-
857- .icon-eye-close : before { content : "\f070" ; }
858- .icon-warning-sign : before { content : "\f071" ; }
859- .icon-plane : before { content : "\f072" ; }
860- .icon-calendar : before { content : "\f073" ; }
861- .icon-random : before { content : "\f074" ; }
862- .icon-comment : before { content : "\f075" ; }
863- .icon-magnet : before { content : "\f076" ; }
864- .icon-chevron-up : before { content : "\f077" ; }
865- .icon-chevron-down : before { content : "\f078" ; }
866- .icon-retweet : before { content : "\f079" ; }
867- .icon-shopping-cart : before { content : "\f07a" ; }
868- .icon-folder-close : before { content : "\f07b" ; }
869- .icon-folder-open : before { content : "\f07c" ; }
870- .icon-resize-vertical : before { content : "\f07d" ; }
871- .icon-resize-horizontal : before { content : "\f07e" ; }
872-
873- .icon-bar-chart : before { content : "\f080" ; }
874- .icon-twitter-sign : before { content : "\f081" ; }
875- .icon-facebook-sign : before { content : "\f082" ; }
876- .icon-camera-retro : before { content : "\f083" ; }
877- .icon-key : before { content : "\f084" ; }
878- .icon-cogs : before { content : "\f085" ; }
879- .icon-comments : before { content : "\f086" ; }
880- .icon-thumbs-up : before { content : "\f087" ; }
881- .icon-thumbs-down : before { content : "\f088" ; }
882- .icon-star-half : before { content : "\f089" ; }
883- .icon-heart-empty : before { content : "\f08a" ; }
884- .icon-signout : before { content : "\f08b" ; }
885- .icon-linkedin-sign : before { content : "\f08c" ; }
886- .icon-pushpin : before { content : "\f08d" ; }
887- .icon-external-link : before { content : "\f08e" ; }
888-
889- .icon-signin : before { content : "\f090" ; }
890- .icon-trophy : before { content : "\f091" ; }
891- .icon-github-sign : before { content : "\f092" ; }
892- .icon-upload-alt : before { content : "\f093" ; }
893- .icon-lemon : before { content : "\f094" ; }
894- .icon-phone : before { content : "\f095" ; }
895- .icon-check-empty : before { content : "\f096" ; }
896- .icon-bookmark-empty : before { content : "\f097" ; }
897- .icon-phone-sign : before { content : "\f098" ; }
898- .icon-twitter : before { content : "\f099" ; }
899- .icon-facebook : before { content : "\f09a" ; }
900- .icon-github : before { content : "\f09b" ; }
901- .icon-unlock : before { content : "\f09c" ; }
902- .icon-credit-card : before { content : "\f09d" ; }
903- .icon-rss : before { content : "\f09e" ; }
904-
905- .icon-hdd : before { content : "\f0a0" ; }
906- .icon-bullhorn : before { content : "\f0a1" ; }
907- .icon-bell : before { content : "\f0a2" ; }
908- .icon-certificate : before { content : "\f0a3" ; }
909- .icon-hand-right : before { content : "\f0a4" ; }
910- .icon-hand-left : before { content : "\f0a5" ; }
911- .icon-hand-up : before { content : "\f0a6" ; }
912- .icon-hand-down : before { content : "\f0a7" ; }
913- .icon-circle-arrow-left : before { content : "\f0a8" ; }
914- .icon-circle-arrow-right : before { content : "\f0a9" ; }
915- .icon-circle-arrow-up : before { content : "\f0aa" ; }
916- .icon-circle-arrow-down : before { content : "\f0ab" ; }
917- .icon-globe : before { content : "\f0ac" ; }
918- .icon-wrench : before { content : "\f0ad" ; }
919- .icon-tasks : before { content : "\f0ae" ; }
920-
921- .icon-filter : before { content : "\f0b0" ; }
922- .icon-briefcase : before { content : "\f0b1" ; }
923- .icon-fullscreen : before { content : "\f0b2" ; }
924-
925- .icon-group : before { content : "\f0c0" ; }
926- .icon-link : before { content : "\f0c1" ; }
927- .icon-cloud : before { content : "\f0c2" ; }
928- .icon-beaker : before { content : "\f0c3" ; }
929- .icon-cut : before { content : "\f0c4" ; }
930- .icon-copy : before { content : "\f0c5" ; }
931- .icon-paper-clip : before { content : "\f0c6" ; }
932- .icon-save : before { content : "\f0c7" ; }
933- .icon-sign-blank : before { content : "\f0c8" ; }
934- .icon-reorder : before { content : "\f0c9" ; }
935- .icon-list-ul : before { content : "\f0ca" ; }
936- .icon-list-ol : before { content : "\f0cb" ; }
937- .icon-strikethrough : before { content : "\f0cc" ; }
938- .icon-underline : before { content : "\f0cd" ; }
939- .icon-table : before { content : "\f0ce" ; }
940-
941- .icon-magic : before { content : "\f0d0" ; }
942- .icon-truck : before { content : "\f0d1" ; }
943- .icon-pinterest : before { content : "\f0d2" ; }
944- .icon-pinterest-sign : before { content : "\f0d3" ; }
945- .icon-google-plus-sign : before { content : "\f0d4" ; }
946- .icon-google-plus : before { content : "\f0d5" ; }
947- .icon-money : before { content : "\f0d6" ; }
948- .icon-caret-down : before { content : "\f0d7" ; }
949- .icon-caret-up : before { content : "\f0d8" ; }
950- .icon-caret-left : before { content : "\f0d9" ; }
951- .icon-caret-right : before { content : "\f0da" ; }
952- .icon-columns : before { content : "\f0db" ; }
953- .icon-sort : before { content : "\f0dc" ; }
954- .icon-sort-down : before { content : "\f0dd" ; }
955- .icon-sort-up : before { content : "\f0de" ; }
956-
957- .icon-envelope-alt : before { content : "\f0e0" ; }
958- .icon-linkedin : before { content : "\f0e1" ; }
959- .icon-undo : before { content : "\f0e2" ; }
960- .icon-legal : before { content : "\f0e3" ; }
961- .icon-dashboard : before { content : "\f0e4" ; }
962- .icon-comment-alt : before { content : "\f0e5" ; }
963- .icon-comments-alt : before { content : "\f0e6" ; }
964- .icon-bolt : before { content : "\f0e7" ; }
965- .icon-sitemap : before { content : "\f0e8" ; }
966- .icon-umbrella : before { content : "\f0e9" ; }
967- .icon-paste : before { content : "\f0ea" ; }
968- .icon-lightbulb : before { content : "\f0eb" ; }
969- .icon-exchange : before { content : "\f0ec" ; }
970- .icon-cloud-download : before { content : "\f0ed" ; }
971- .icon-cloud-upload : before { content : "\f0ee" ; }
972-
973- .icon-user-md : before { content : "\f0f0" ; }
974- .icon-stethoscope : before { content : "\f0f1" ; }
975- .icon-suitcase : before { content : "\f0f2" ; }
976- .icon-bell-alt : before { content : "\f0f3" ; }
977- .icon-coffee : before { content : "\f0f4" ; }
978- .icon-food : before { content : "\f0f5" ; }
979- .icon-file-alt : before { content : "\f0f6" ; }
980- .icon-building : before { content : "\f0f7" ; }
981- .icon-hospital : before { content : "\f0f8" ; }
982- .icon-ambulance : before { content : "\f0f9" ; }
983- .icon-medkit : before { content : "\f0fa" ; }
984- .icon-fighter-jet : before { content : "\f0fb" ; }
985- .icon-beer : before { content : "\f0fc" ; }
986- .icon-h-sign : before { content : "\f0fd" ; }
987- .icon-plus-sign-alt : before { content : "\f0fe" ; }
988-
989- .icon-double-angle-left : before { content : "\f100" ; }
990- .icon-double-angle-right : before { content : "\f101" ; }
991- .icon-double-angle-up : before { content : "\f102" ; }
992- .icon-double-angle-down : before { content : "\f103" ; }
993- .icon-angle-left : before { content : "\f104" ; }
994- .icon-angle-right : before { content : "\f105" ; }
995- .icon-angle-up : before { content : "\f106" ; }
996- .icon-angle-down : before { content : "\f107" ; }
997- .icon-desktop : before { content : "\f108" ; }
998- .icon-laptop : before { content : "\f109" ; }
999- .icon-tablet : before { content : "\f10a" ; }
1000- .icon-mobile-phone : before { content : "\f10b" ; }
1001- .icon-circle-blank : before { content : "\f10c" ; }
1002- .icon-quote-left : before { content : "\f10d" ; }
1003- .icon-quote-right : before { content : "\f10e" ; }
1004-
1005- .icon-spinner : before { content : "\f110" ; }
1006- .icon-circle : before { content : "\f111" ; }
1007- .icon-reply : before { content : "\f112" ; }
1008- .icon-github-alt : before { content : "\f113" ; }
1009- .icon-folder-close-alt : before { content : "\f114" ; }
1010- .icon-folder-open-alt : before { content : "\f115" ; }
741+ .icon-bolt : before { content : "\f0e7" ; } /* Used: learn */
742+ .icon-calendar : before { content : "\f073" ; } /* Used: learn */
743+ .icon-certificate : before { content : "\f0a3" ; } /* Used: learn */
744+ .icon-chevron-left : before { content : "\f053" ; } /* Used: learn */
745+ .icon-chevron-right : before { content : "\f054" ; } /* Used: learn */
746+ .icon-comments : before { content : "\f086" ; } /* Used: footer */
747+ .icon-copy : before { content : "\f0c5" ; } /* Used: releases */
748+ .icon-dashboard : before { content : "\f0e4" ; } /* Used: learn */
749+ .icon-eye-open : before { content : "\f06e" ; } /* Used: jqueryui.com */
750+ .icon-github : before { content : "\f09b" ; } /* Used: footer */
751+ .icon-link : before { content : "\f0c1" ; } /* Used: toc-link, grunt-jquery-content */
752+ .icon-magnet : before { content : "\f076" ; } /* Used: learn */
753+ .icon-pencil : before { content : "\f040" ; } /* Used: footer */
754+ .icon-picture : before { content : "\f03e" ; } /* Used: learn */
755+ .icon-question-sign : before { content : "\f059" ; } /* Used: learn */
756+ .icon-refresh : before { content : "\f021" ; } /* Used: learn */
757+ .icon-sitemap : before { content : "\f0e8" ; } /* Used: learn */
758+ .icon-star-empty : before { content : "\f006" ; } /* Used: learn */
759+ .icon-tasks : before { content : "\f0ae" ; } /* Used: learn */
760+ .icon-th-large : before { content : "\f009" ; } /* Used: learn */
761+ .icon-twitter : before { content : "\f099" ; } /* Used: footer */
1011762
1012763/* Manual Font Awesome Styles */
1013764[class ^= "icon-" ]::before , [class ^= "icon-" ]::after ,
0 commit comments