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:
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2015-08-21 00:38:40 +0300
committerKevin Kirsche <kev.kirsche@gmail.com>2015-09-02 07:12:28 +0300
commit54fba7cbe598b92e76d98ac68c2b097a822a13f0 (patch)
treea403aa6d7657fb25a26937c1deb7209866553c69 /scss/_type.scss
parent003f507de3a06314bba484d17659ca6728ebb884 (diff)
Rename .img-responsive class to .img-fluid
Fix #17166
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 2d2de68ec1..597886db39 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -175,7 +175,7 @@ mark,
display: inline-block;
> img {
- @extend .img-responsive;
+ @extend .img-fluid;
margin-bottom: ($spacer-y / 2);
line-height: 1;
}