diff options
| author | Thomas McDonald <[email protected]> | 2015-08-12 22:14:44 -0700 |
|---|---|---|
| committer | Thomas McDonald <[email protected]> | 2015-08-12 22:14:58 -0700 |
| commit | d8acb3677775eeb2494dbbd33a9909bf13447306 (patch) | |
| tree | 5ff2e7518b50e44b9b3ab7af3681ff4c7d2e7a65 /dist/css/bootstrap.css | |
| parent | dd0fa97856baa04780d3b5e11b48aad11948732f (diff) | |
| download | bootstrap-d8acb3677775eeb2494dbbd33a9909bf13447306.tar.xz bootstrap-d8acb3677775eeb2494dbbd33a9909bf13447306.zip | |
fix breadcrumbs libsass content
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ec153f1e0..dc3f0bcaf 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4,6 +4,7 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ +@charset "UTF-8"; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; @@ -4236,7 +4237,7 @@ input[type="button"].btn-block { padding-right: .5rem; padding-left: .5rem; color: #818a91; - content: "/\\00a0"; + content: "/ "; } .breadcrumb > .active { |
