diff options
| author | Mark Otto <[email protected]> | 2016-02-03 19:45:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-03 19:45:13 -0800 |
| commit | ba37c37615429c5e562d1e9f88a11e263640963c (patch) | |
| tree | d7b0ceae99f705fcd628cde9d9619e544c0fbf50 /scss/_type.scss | |
| parent | 102a20f5b36bec4b3bff613a5520b240761914ce (diff) | |
| download | bootstrap-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 'scss/_type.scss')
| -rw-r--r-- | scss/_type.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index fc45d352d..57214e818 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -123,7 +123,6 @@ mark, .blockquote-footer { display: block; font-size: 80%; // back to default font-size - line-height: $line-height; color: $blockquote-small-color; &::before { |
