aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-03 19:45:13 -0800
committerMark Otto <[email protected]>2016-02-03 19:45:13 -0800
commitba37c37615429c5e562d1e9f88a11e263640963c (patch)
treed7b0ceae99f705fcd628cde9d9619e544c0fbf50 /docs
parent102a20f5b36bec4b3bff613a5520b240761914ce (diff)
downloadbootstrap-ba37c37615429c5e562d1e9f88a11e263640963c.tar.xz
bootstrap-ba37c37615429c5e562d1e9f88a11e263640963c.zip
Redo line-height globally
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_content.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/assets/scss/_content.scss b/docs/assets/scss/_content.scss
index 70ca83375..4e753dd04 100644
--- a/docs/assets/scss/_content.scss
+++ b/docs/assets/scss/_content.scss
@@ -20,7 +20,6 @@
> th,
> td {
padding: $table-cell-padding;
- line-height: $line-height;
vertical-align: top;
border: 1px solid $table-border-color;