From 7acd16f923b94346902425efe0448d686e53445a Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 12 Nov 2014 14:14:32 +0100 Subject: [PATCH] We need glyphicons for the bootstrap-markdown editor --- app/assets/stylesheets/strap-on.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/strap-on.css.scss b/app/assets/stylesheets/strap-on.css.scss index 20448614..a54d2984 100644 --- a/app/assets/stylesheets/strap-on.css.scss +++ b/app/assets/stylesheets/strap-on.css.scss @@ -17,7 +17,7 @@ $navbar-default-link-hover-color: #000000; // Reset and dependencies @import "bootstrap/normalize"; @import "bootstrap/print"; -// @import "bootstrap/glyphicons"; // Using FontAwesome instead +@import "bootstrap/glyphicons"; // Core CSS @import "bootstrap/scaffolding";