Òscar Casajuana
ae89c2582a
Removed unnecessary usage of fa
class
...
As all icon classes begin with `fa-` we can remove the need to use the single `fa` class.
Before this change you need to define your icons like this:
`<span class="fa fa-glass"></span>`
With this change, you'll only need to do:
`<span class="fa-glass"></span>`
2014-07-03 12:32:27 +02:00
davegandy
448d3ddb7f
re-writing & simplifying stacked icons, massive re-organization of less include files
2013-10-22 15:55:08 -04:00
davegandy
2879ed25ad
refactoring and documenting fixed width icon class
2013-10-22 11:11:34 -04:00
davegandy
b7ee6e5d44
making css prefix configurable
2013-10-20 13:07:55 -04:00
davegandy
9bb033858c
port to SCSS
2013-10-16 13:46:28 -04:00
davegandy
6bcd555b42
fixing icon variable names, updating some icon variable names for consistency, removing browser specific mixin for border radius to be in step with bs3
2013-10-16 12:16:39 -04:00
davegandy
f1211a1a7b
slowly porting over to fa-icon class prefix
2013-10-07 16:58:29 -04:00
davegandy
53c8b30ca7
merge conflicts
2013-10-06 10:09:43 -04:00
davegandy
4ad04663f8
simplifying list items a bit more, updating tests
2013-10-05 20:02:46 -04:00
davegandy
a5214c8248
getting tests updated, tweaking list items again
2013-10-05 17:16:44 -04:00
Geremia Taglialatela
327b733fdd
Fixed less property order
2013-10-02 20:34:10 +02:00
davegandy
95eed3562a
removing IE7, rewrote most CSS with all visual tests passing, removing no longer necessary bootstrap specific css
2013-10-01 20:58:36 -04:00
davegandy
e32be98c31
updating docs to use new css prefix
2013-09-30 22:07:49 -04:00
davegandy
a3f056991c
final adjustments to changing css icon prefix
2013-09-30 20:55:40 -04:00
davegandy
6ce5780b79
first pass at changing icon- to fa-
2013-09-30 20:16:19 -04:00
Geremia Taglialatela
7f04830e12
Using recess property order ( Fixes #1157 )
...
Rebuilt assets
2013-08-21 13:18:37 +02:00
davegandy
a6f9df4e86
updating what's new page
2013-06-17 10:15:10 -04:00
davegandy
5abdb05a92
makefile now copies font-awesome directories to root level, creates zip file automatically
2013-06-12 00:32:47 -04:00