diff options
| author | Mark Otto <[email protected]> | 2013-04-28 22:46:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-28 22:46:10 -0700 |
| commit | 26bc36107edc54b685b6939807f9d41a09831606 (patch) | |
| tree | 22857f8413f3033820b4bfef5c2b3cf9b89b19fc /less | |
| parent | e13d05317ee5a944bdf34c1dda65bcc30a7915f6 (diff) | |
| parent | 0cb1188a9c42d083ba8e316c040abd00098aedda (diff) | |
| download | bootstrap-26bc36107edc54b685b6939807f9d41a09831606.tar.xz bootstrap-26bc36107edc54b685b6939807f9d41a09831606.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/breadcrumbs.less | 2 |
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 { |
