From ba37c37615429c5e562d1e9f88a11e263640963c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 3 Feb 2016 19:45:13 -0800 Subject: 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) --- docs/assets/scss/_content.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') 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; -- cgit v1.2.3