Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/_images.scss')
-rw-r--r--assets/stylesheets/bootstrap/_images.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_images.scss b/assets/stylesheets/bootstrap/_images.scss
index 60e8fc9..d17006d 100644
--- a/assets/stylesheets/bootstrap/_images.scss
+++ b/assets/stylesheets/bootstrap/_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;
@@ -48,6 +47,6 @@
}
.figure-caption {
- font-size: 90%;
+ font-size: $figure-caption-font-size;
color: $gray-light;
}