aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-01 00:20:47 -0800
committerMark Otto <[email protected]>2013-12-01 00:20:47 -0800
commit556d6cef3e1e5b9b6aeef42fb44d2eafcf2f38a7 (patch)
tree491b0717c88aa8bc50fcef9aa24b2214b0671505 /dist/css/bootstrap.css
parent8dfe93d0b95939f36476105792592d7da7bf3c6a (diff)
downloadbootstrap-556d6cef3e1e5b9b6aeef42fb44d2eafcf2f38a7.tar.xz
bootstrap-556d6cef3e1e5b9b6aeef42fb44d2eafcf2f38a7.zip
Fixes #10941: Fix Glyphicons path for those importing bootstrap.less from another directory
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
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 {