fixed FontAwsome relative path.

This commit is contained in:
kay.one 2013-07-13 21:20:14 -07:00
parent 0f52a5de22
commit 12dcc1ae6c
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
// Variables // Variables
// -------------------------- // --------------------------
@FontAwesomePath: "FontAwesome"; @FontAwesomePath: "../Content/FontAwesome";
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly //@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly
@FontAwesomeVersion: "3.2.1"; @FontAwesomeVersion: "3.2.1";
@borderColor: #eee; @borderColor: #eee;

View File

@ -1,4 +1,4 @@
@import "FontAwesome/font-awesome.less"; @import "FontAwesome/font-awesome";
@import "Bootstrap/variables"; @import "Bootstrap/variables";
/* Icon rotations and mirroring */ /* Icon rotations and mirroring */
@ -70,4 +70,4 @@
.icon-form-danger:before { .icon-form-danger:before {
.icon(@exclamation-sign); .icon(@exclamation-sign);
color : #b94a48; color : #b94a48;
} }

View File

@ -1,4 +1,4 @@
@import "../Content/icons"; @import "../Content/FontAwesome/font-awesome";
#logs-screen { #logs-screen {