app/assets/stylesheets/bootstrap/breadcrumbs.less in bootstrap-on-rails-0.0.1 vs app/assets/stylesheets/bootstrap/breadcrumbs.less in bootstrap-on-rails-0.0.2

- old
+ new

@@ -9,11 +9,11 @@ list-style: none; background-color: @breadcrumb-bg; border-radius: @border-radius-base; > li { display: inline-block; - &+li:before { - content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space + + li:before { + content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space padding: 0 5px; color: @breadcrumb-color; } } > .active {