Mercurial > wikked
diff static/bootstrap/less/breadcrumbs.less @ 149:d29e2f337b00
Updated to Bootstrap 3.0.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 12 Dec 2013 21:54:04 -0800 |
parents | 130eccd396d8 |
children |
line wrap: on
line diff
--- a/static/bootstrap/less/breadcrumbs.less Wed Dec 11 21:51:51 2013 -0800 +++ b/static/bootstrap/less/breadcrumbs.less Thu Dec 12 21:54:04 2013 -0800 @@ -5,20 +5,19 @@ .breadcrumb { padding: 8px 15px; - margin: 0 0 @baseLineHeight; + margin-bottom: @line-height-computed; list-style: none; - background-color: #f5f5f5; - .border-radius(@baseBorderRadius); + background-color: @breadcrumb-bg; + border-radius: @border-radius-base; > li { display: inline-block; - .ie7-inline-block(); - text-shadow: 0 1px 0 @white; - > .divider { + + li:before { + content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space padding: 0 5px; - color: #ccc; + color: @breadcrumb-color; } } > .active { - color: @grayLight; + color: @breadcrumb-active-color; } }