From 3111a85f81a3fb53c7e1259d4a7d298b58d5ccfc Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 24 Nov 2015 18:28:55 -0500 Subject: update bootstrap to 3.3.6 --- .../assets/stylesheets/bootstrap/_glyphicons.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss') diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss index 385340b5..07a0fc91 100644 --- a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss +++ b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss @@ -34,8 +34,8 @@ } // Individual icons -.glyphicon-asterisk { &:before { content: "\2a"; } } -.glyphicon-plus { &:before { content: "\2b"; } } +.glyphicon-asterisk { &:before { content: "\002a"; } } +.glyphicon-plus { &:before { content: "\002b"; } } .glyphicon-euro, .glyphicon-eur { &:before { content: "\20ac"; } } .glyphicon-minus { &:before { content: "\2212"; } } -- cgit v1.2.3