diff options
| author | liuyl <[email protected]> | 2013-07-03 20:37:36 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-03 20:37:36 +0800 |
| commit | 5b69d3405301ebf9f7047a459f727cbe5f73aedd (patch) | |
| tree | 10802f4d65f51c5219b270ef07768cf804ff96b9 /docs/assets | |
| parent | 749dc35328862896d613bfe72fc961e490037fad (diff) | |
| download | bootstrap-5b69d3405301ebf9f7047a459f727cbe5f73aedd.tar.xz bootstrap-5b69d3405301ebf9f7047a459f727cbe5f73aedd.zip | |
use sibling selector instead of pseudo selector
Diffstat (limited to 'docs/assets')
| -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 87b021ee7..dbe48cbaf 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3289,15 +3289,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 { |
