aboutsummaryrefslogtreecommitdiff
path: root/less/breadcrumbs.less
diff options
context:
space:
mode:
authorsyed <[email protected]>2013-07-19 18:39:51 +0500
committersyed <[email protected]>2013-07-19 18:39:51 +0500
commit5e898fa2a1564f3103017874aea0c993fffe26cc (patch)
tree87c40660bf6a826176d58aa42756757a89796f68 /less/breadcrumbs.less
parentb37127e2fcb35ea992043c508231f9476302b653 (diff)
downloadbootstrap-5e898fa2a1564f3103017874aea0c993fffe26cc.tar.xz
bootstrap-5e898fa2a1564f3103017874aea0c993fffe26cc.zip
move breadcrumb.less inline properties and also added @color-2 missed in last commit
Diffstat (limited to 'less/breadcrumbs.less')
-rw-r--r--less/breadcrumbs.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less
index 956944a8b..2f7fb6ddc 100644
--- a/less/breadcrumbs.less
+++ b/less/breadcrumbs.less
@@ -7,11 +7,11 @@
padding: 8px 15px;
margin: 0 0 @line-height-computed;
list-style: none;
- background-color: #f5f5f5;
+ background-color: @breadcrumb-bg-color;
border-radius: @border-radius-base;
> li {
display: inline-block;
- text-shadow: 0 1px 0 #fff;
+ text-shadow: 0 1px 0 @breadcrumb-text-shadow-color;
&+li:before {
display: inline-block;
content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space