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>2015-06-23 09:24:32 +0300
committerMark Otto <markdotto@gmail.com>2015-06-23 09:24:32 +0300
commited42fc9b76bd89bae05790b37815bcacf4cde9f3 (patch)
tree3ed963da617f697544690586026e7b79db15a00f /scss/_images.scss
parent03a5ff6b8289657c38d6c11e2b3fbdbaeda217a3 (diff)
line-height-base to line-height var
Diffstat (limited to 'scss/_images.scss')
-rw-r--r--scss/_images.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_images.scss b/scss/_images.scss
index a2e82663fb..dbdd858b8f 100644
--- a/scss/_images.scss
+++ b/scss/_images.scss
@@ -11,7 +11,7 @@
// Image thumbnails
.img-thumbnail {
padding: $thumbnail-padding;
- line-height: $line-height-base;
+ line-height: $line-height;
background-color: $thumbnail-bg;
border: 1px solid $thumbnail-border;
border-radius: $thumbnail-border-radius;