From 72bdb543759b5ffbdf5c2cc71294ad4f1f2996b2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 8 Mar 2014 22:02:34 -0800 Subject: updated css/js libraries * bootstrap 3.1.1 * jquery 2.1.0 * less 1.7.0 mostly bootstrap had to be adjusted, e.g. different names like hero-unit->jumbotron, etc. --- css/bootstrap/breadcrumbs.less | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'css/bootstrap/breadcrumbs.less') diff --git a/css/bootstrap/breadcrumbs.less b/css/bootstrap/breadcrumbs.less index fd269b3..cb01d50 100644 --- a/css/bootstrap/breadcrumbs.less +++ b/css/bootstrap/breadcrumbs.less @@ -4,21 +4,23 @@ .breadcrumb { - padding: 8px 15px; - margin: 0 0 @baseLineHeight; + padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal; + margin-bottom: @line-height-computed; list-style: none; - background-color: #f5f5f5; - .border-radius(4px); - li { + background-color: @breadcrumb-bg; + border-radius: @border-radius-base; + + > li { display: inline-block; - .ie7-inline-block(); - text-shadow: 0 1px 0 @white; - } - .divider { - padding: 0 5px; - color: #ccc; + + + li:before { + content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space + padding: 0 5px; + color: @breadcrumb-color; + } } - .active { - color: @grayLight; + + > .active { + color: @breadcrumb-active-color; } } -- cgit v1.2.3-18-g5258