From 556d6cef3e1e5b9b6aeef42fb44d2eafcf2f38a7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Dec 2013 00:20:47 -0800 Subject: Fixes #10941: Fix Glyphicons path for those importing bootstrap.less from another directory --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6e27754c4..d4a9a3177 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2680,7 +2680,7 @@ input[type="button"].btn-block { @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); } .glyphicon { -- cgit v1.2.3