diff options
| author | Mark Otto <[email protected]> | 2013-12-01 00:20:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-01 00:20:47 -0800 |
| commit | 556d6cef3e1e5b9b6aeef42fb44d2eafcf2f38a7 (patch) | |
| tree | 491b0717c88aa8bc50fcef9aa24b2214b0671505 /dist/css/bootstrap.css | |
| parent | 8dfe93d0b95939f36476105792592d7da7bf3c6a (diff) | |
| download | bootstrap-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.css | 2 |
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 { |
