Breadcrumbs come in two styles, with or without a wrapping box.


Wrapped Breadcrumbs

And here it is with the .box class added:


Divider After Last Item

To add an additional divider after the last item in the breadcrumbs add the .active-after-breadcrumbs class.

<ul class="breadcrumbs active-after-breadcrumbs">
  <li><a href="#">Link 1</a></li>
  ...
</ul>