aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorRobert Burns <[email protected]>2013-04-28 21:51:02 -0400
committerRobert Burns <[email protected]>2013-04-28 21:51:02 -0400
commit447be1b3264eac4b22edc1584a6cb6f098bb2d7c (patch)
tree562610fa2fbd6af3c23f75774b6c7414d2e7cdf7 /less
parentcd06c5baac64a3663820bc25b393e5b354c64a14 (diff)
downloadbootstrap-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 'less')
-rw-r--r--less/breadcrumbs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less
index feb4f771d..87a6f0e37 100644
--- a/less/breadcrumbs.less
+++ b/less/breadcrumbs.less
@@ -19,7 +19,7 @@
color: #ccc;
}
&:last-child:after {
- content: ""; // No divider after last element
+ display: none; // No divider after last element
}
}
> .active {