diff --git a/UI/Content/FontAwesome/variables.less b/UI/Content/FontAwesome/variables.less index d02706f40..5dc8416c7 100644 --- a/UI/Content/FontAwesome/variables.less +++ b/UI/Content/FontAwesome/variables.less @@ -1,7 +1,7 @@ // Variables // -------------------------- -@FontAwesomePath: "FontAwesome"; +@FontAwesomePath: "../Content/FontAwesome"; //@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly @FontAwesomeVersion: "3.2.1"; @borderColor: #eee; diff --git a/UI/Content/icons.less b/UI/Content/icons.less index cadc8de3f..1ec48c837 100644 --- a/UI/Content/icons.less +++ b/UI/Content/icons.less @@ -1,4 +1,4 @@ -@import "FontAwesome/font-awesome.less"; +@import "FontAwesome/font-awesome"; @import "Bootstrap/variables"; /* Icon rotations and mirroring */ @@ -70,4 +70,4 @@ .icon-form-danger:before { .icon(@exclamation-sign); color : #b94a48; -} \ No newline at end of file +} diff --git a/UI/Logs/Logs.less b/UI/Logs/Logs.less index fa37a4c9e..6df59bf63 100644 --- a/UI/Logs/Logs.less +++ b/UI/Logs/Logs.less @@ -1,4 +1,4 @@ -@import "../Content/icons"; +@import "../Content/FontAwesome/font-awesome"; #logs-screen {