diff options
| author | Mark Otto <[email protected]> | 2012-12-07 09:43:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-07 09:43:09 -0800 |
| commit | 2c7ab23d7aae889b9bc649517f1c0654e69fd57e (patch) | |
| tree | d997f8d14e5055d164b41363ecf9e78d6c27c95f /docs/assets/css | |
| parent | 306c1b49147c388b7c458a939989bf33d464a69d (diff) | |
| download | bootstrap-2c7ab23d7aae889b9bc649517f1c0654e69fd57e.tar.xz bootstrap-2c7ab23d7aae889b9bc649517f1c0654e69fd57e.zip | |
Fixes #6136: Proper scoping of breadcrumbs divider
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5ed924b9b..d6ac78f26 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4866,7 +4866,7 @@ input[type="submit"].btn.btn-mini { *zoom: 1; } -.breadcrumb > .divider { +.breadcrumb > li > .divider { padding: 0 5px; color: #ccc; } |
