diff options
| author | Chris Rebert <[email protected]> | 2013-10-14 20:45:43 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-14 20:45:43 -0700 |
| commit | a28d9539c76e4ba4b3dba3df6137a8400840974d (patch) | |
| tree | 3d6d693e2dd441ed5fdb2595d379f79228ed2589 | |
| parent | 67829c65713d0be72a7a893783f6d929d45e82bb (diff) | |
| download | bootstrap-a28d9539c76e4ba4b3dba3df6137a8400840974d.tar.xz bootstrap-a28d9539c76e4ba4b3dba3df6137a8400840974d.zip | |
fix #10952
| -rw-r--r-- | less/glyphicons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index 89aad0b35..709d31865 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -14,7 +14,7 @@ src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'), url('@{icon-font-path}@{icon-font-name}.woff') format('woff'), url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'), - url('@{icon-font-path}@{icon-font-name}.svg#glyphicons-halflingsregular') format('svg'); + url('@{icon-font-path}@{icon-font-name}.svg#glyphicons_halflingsregular') format('svg'); } // Catchall baseclass |
