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>2016-02-04 06:45:13 +0300
committerMark Otto <markdotto@gmail.com>2016-02-04 06:45:13 +0300
commitba37c37615429c5e562d1e9f88a11e263640963c (patch)
treed7b0ceae99f705fcd628cde9d9619e544c0fbf50 /scss/_type.scss
parent102a20f5b36bec4b3bff613a5520b240761914ce (diff)
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.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index fc45d352db..57214e8187 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 {