From 447be1b3264eac4b22edc1584a6cb6f098bb2d7c Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Sun, 28 Apr 2013 21:51:02 -0400 Subject: Cleanup breadcrumb divider last item Modify to hide both padding and leading/trailing whitespace Thanks to https://github.com/holic for suggestion --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/bootstrap.css') 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 { -- cgit v1.2.3