Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-04-29 22:00:11 +0300
committerMark Otto <markdotto@gmail.com>2015-04-29 22:00:11 +0300
commited89be1f44500022fc67e334e6f245d2368eefc6 (patch)
tree9103f449c2d97e52873e70e2f945cbbc8e775c11 /scss/_breadcrumb.scss
parent7db7e5968248a1a72260aced3a3fd6e6373558e6 (diff)
Remove $line-height-computed
We have it set to `1` right now just to avoid compilation errors, but it’s been replaced everywhere with our new spacer classes anywho. We’ll likely want to remap that var to custom component vars though (e.g., `$pagination-margin` instead of `$spacer-y`).
Diffstat (limited to 'scss/_breadcrumb.scss')
-rw-r--r--scss/_breadcrumb.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_breadcrumb.scss b/scss/_breadcrumb.scss
index 73698c46b1..7cccd182a2 100644
--- a/scss/_breadcrumb.scss
+++ b/scss/_breadcrumb.scss
@@ -5,7 +5,7 @@
.breadcrumb {
padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal;
- margin-bottom: $line-height-computed;
+ margin-bottom: $spacer-y;
list-style: none;
background-color: $breadcrumb-bg;
@include border-radius($border-radius-base);