diff options
| author | Robert Burns <[email protected]> | 2013-04-28 21:51:02 -0400 |
|---|---|---|
| committer | Robert Burns <[email protected]> | 2013-04-28 21:51:02 -0400 |
| commit | 447be1b3264eac4b22edc1584a6cb6f098bb2d7c (patch) | |
| tree | 562610fa2fbd6af3c23f75774b6c7414d2e7cdf7 /docs/assets/css | |
| parent | cd06c5baac64a3663820bc25b393e5b354c64a14 (diff) | |
| download | bootstrap-447be1b3264eac4b22edc1584a6cb6f098bb2d7c.tar.xz bootstrap-447be1b3264eac4b22edc1584a6cb6f098bb2d7c.zip | |
Cleanup breadcrumb divider last item
Modify to hide both padding and leading/trailing whitespace
Thanks to https://github.com/holic for suggestion
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 97e43f22c..12d4e5021 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4024,7 +4024,7 @@ button.close { } .breadcrumb > li:last-child:after { - content: ""; + display: none; } .breadcrumb > .active { |
