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/_images.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/_images.scss')
-rw-r--r--scss/_images.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_images.scss b/scss/_images.scss
index 60e8fc9b57..410a09e364 100644
--- a/scss/_images.scss
+++ b/scss/_images.scss
@@ -17,7 +17,6 @@
// Image thumbnails
.img-thumbnail {
padding: $thumbnail-padding;
- line-height: $line-height;
background-color: $thumbnail-bg;
border: $thumbnail-border-width solid $thumbnail-border-color;
border-radius: $thumbnail-border-radius;