diff options
| author | Mark Otto <[email protected]> | 2013-07-05 12:23:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-05 12:23:14 -0700 |
| commit | 3279181f4253eb37cae61ecc1a3842c3d559ea49 (patch) | |
| tree | 632f001655da14441b367103d52391313b1c1e46 /docs/assets/css/bootstrap.css | |
| parent | dd691b5c3687d706969fe05b8b2e04ece4558d41 (diff) | |
| parent | 5b69d3405301ebf9f7047a459f727cbe5f73aedd (diff) | |
| download | bootstrap-3279181f4253eb37cae61ecc1a3842c3d559ea49.tar.xz bootstrap-3279181f4253eb37cae61ecc1a3842c3d559ea49.zip | |
Merge pull request #8378 from liuyl/aftertosibling
optimize breadcrumb
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a576aa968..700777393 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3285,15 +3285,11 @@ button.close { text-shadow: 0 1px 0 #fff; } -.breadcrumb > li:after { +.breadcrumb > li + li:before { display: inline-block; padding: 0 5px; color: #ccc; - content: "\00a0 /"; -} - -.breadcrumb > li:last-child:after { - display: none; + content: "/\00a0"; } .breadcrumb > .active { |
