aboutsummaryrefslogtreecommitdiff
path: root/less/breadcrumbs.less
diff options
context:
space:
mode:
authorsyed <[email protected]>2013-07-19 23:14:13 +0500
committersyed <[email protected]>2013-07-19 23:14:13 +0500
commit65ee36a7bf403588a105b09aae5ffa141f47a97f (patch)
tree3c85fcffd6886610ab9ff868666171fe00a77e9f /less/breadcrumbs.less
parent5e898fa2a1564f3103017874aea0c993fffe26cc (diff)
downloadbootstrap-65ee36a7bf403588a105b09aae5ffa141f47a97f.tar.xz
bootstrap-65ee36a7bf403588a105b09aae5ffa141f47a97f.zip
Improved and followed pattern suggestions
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 2f7fb6ddc..36fb4cd47 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: @breadcrumb-bg-color;
+ background-color: @breadcrumb-bg;
border-radius: @border-radius-base;
> li {
display: inline-block;
- text-shadow: 0 1px 0 @breadcrumb-text-shadow-color;
+ text-shadow: @breadcrumb-text-shadow;
&+li:before {
display: inline-block;
content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space