diff options
| author | Mark Otto <[email protected]> | 2015-01-19 16:08:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 16:08:48 -0800 |
| commit | dfdb99c9894d3dcd3a0d3693a05576b99b96500c (patch) | |
| tree | 5994b16fedefac648feed744f4692efb9b1140f1 /dist/css/bootstrap.css | |
| parent | 21dc9b1f5715efe68df4373a221140fc39e383b7 (diff) | |
| download | bootstrap-dfdb99c9894d3dcd3a0d3693a05576b99b96500c.tar.xz bootstrap-dfdb99c9894d3dcd3a0d3693a05576b99b96500c.zip | |
fix broken breadcrumb divider
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 6d0bd6e03..98fd7ae26 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3812,7 +3812,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto padding-right: .5rem; padding-left: .5rem; color: #818a91; - content: "breadcrumb-divider\00a0"; + content: "/\00a0"; } .breadcrumb > .active { color: #818a91; |
