52 Commits

Author SHA1 Message Date
Dave Gandy
4eeccc897d adding space shuttle icon 2014-04-26 14:46:07 -05:00
Geremia Taglialatela
b04213f358 Fixes #2490 2014-04-10 15:55:00 +02:00
Andy Freeland
2f30b686f3 LESS: wrong relative font path
`@fa-font-path` gets resolved relative to `path.less`, even if you
`@import` it from another directory. For example:

```
Project root /
    bower_components/font-awesome/less/font-awesome.less
    less/project.less

@fa-font-path: '../bower_components/font-awesome/font';
```

When compiling `project.less`, this gets resolved to
`bower_components/font-awesome/bower_components/font-awesome/font`,
which is incorrect. This was also an issue in twbs/bootstrap#10941

This fixes #497.
2014-03-25 18:13:39 -04:00
Geremia Taglialatela
3a461a3481 Adding .less file extension to imports to increase compatibility
Closes #2512
2013-12-05 13:20:05 +01:00
Nielsen Ramon
6279a3b44d Remove -ms-keyframes 2013-11-28 15:44:18 +01:00
Geremia Taglialatela
9e421b31d6 Reverted e07edeb88487b3b4b59c11b28ea1197bd5cc6613
Fixes #2345
2013-11-05 10:05:14 +01:00
davegandy
e07edeb884 fixing ie8 URL string, addressing #2324 2013-11-04 09:50:36 -05:00
Geremia Taglialatela
750843d7f8 Fixes fa-stack alignment
Added failing test case
Closes #2213
2013-10-24 20:49:23 +02:00
Geremia Taglialatela
3ba397f099 Fixes fa-font-path value for netdna bootstrap CDN
Closes #2193
2013-10-24 20:21:48 +02:00
davegandy
2ebd7ab466 better class names for fa-stack. code is basically good to ship, just a few changes left to doc 2013-10-23 00:32:30 -04:00
davegandy
f212bebf6c re-porting to scss, fixing some fa variable names 2013-10-23 00:24:08 -04:00
davegandy
e5a654cd01 fixing flipped icons in ie8 2013-10-22 23:40:21 -04:00
davegandy
8152e671db updating webfont files 2013-10-22 23:35:25 -04:00
davegandy
24aa9edcfd updating list icon exampole 2013-10-22 17:29:32 -04: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
c5a0e918a4 doc changes to match new default icon class fa 2013-10-20 19:12:13 -04:00
davegandy
b52bb9b9b4 porting customizable css prefix to scss 2013-10-20 13:43:24 -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
4f0ae9363b changing icon names to be standard 2013-10-15 19:33:10 -04:00
davegandy
891a7c4085 fixing background color issue for icon pages 2013-10-15 17:40:06 -04:00
Geremia Taglialatela
d7e42fbea0 Fixed error in footer which prevented compiling
Fixes #2124
Rebuilt assets
2013-10-09 19:37:16 +02: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
88755b5e3f switching to serving from the .otf while in dev mode, removing old rmb icon from font file 2013-10-01 21:29:57 -04:00
davegandy
38dbd4ae86 renaming font directory to fonts 2013-10-01 21:08:49 -04: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
676f6ad7b4 getting stacked and rotated moved over to new prefix 2013-09-30 20:27:45 -04:00
davegandy
6ce5780b79 first pass at changing icon- to fa- 2013-09-30 20:16:19 -04:00
Geremia Taglialatela
cf0705ad23 Fixes #862
Fixes #1094
2013-08-22 17:48:34 +02:00
Geremia Taglialatela
b83b60fb64 Recess property order for ie7 stylesheets Fixes #1157 2013-08-21 13:40:40 +02:00
Geremia Taglialatela
7f04830e12 Using recess property order (Fixes #1157)
Rebuilt assets
2013-08-21 13:18:37 +02:00
Geremia Taglialatela
4f24465ea5 Merge pull request #1617 from tagliala/strict-math
LESS CSS strict maths update to be future proof
2013-08-21 03:01:50 -07:00
Geremia Taglialatela
77cdc244f6 Merge pull request #1708 from tagliala/icons-ul-padding-fix
Icons ul padding fix (Bootstrap 3.0)
2013-08-21 02:59:59 -07:00
Geremia Taglialatela
a43d6eb303 Merge pull request #1727 from MartinSeeler/4.0.0-wip
Added support for font smoothing in Firefox 25 on Mac OS X
2013-08-21 02:59:30 -07:00
Martin Seeler
11084d03f8 Added support for firefox osx font smoothing.
Related to issue #1591
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=857142#c83
Signed-off-by: Martin Seeler <developer@chasmo.de>
2013-08-06 14:11:49 +02:00
Geremia Taglialatela
c0568dfae3 Update core.less 2013-08-02 19:35:51 +02:00
Geremia Taglialatela
f027e98b4b Update path.less 2013-08-02 19:31:13 +02:00
Geremia Taglialatela
4998bc38fc LESS CSS strict maths update to be future proof
Refers to #1521, #1522
2013-07-20 12:05:32 +02:00
davegandy
7a26e2087f removing cursor default for icons, as they should not always be default. Fixes #1274 2013-06-15 09:24:33 -04:00
davegandy
dc0b9f5db4 addressing #1259 2013-06-15 09:22:23 -04:00
davegandy
b9af12baad fixing #1305 2013-06-14 16:57:00 -04:00
davegandy
dba0c9865a updating ie7 less and scss, fixing scss variable issue 2013-06-12 11:21:04 -04:00
davegandy
fc72d63889 straight port of _path.scss 2013-06-12 11:01:57 -04:00