aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-03-11 19:19:26 +0000
committerMark Otto <[email protected]>2015-03-11 19:19:26 +0000
commit3f3f4c6420aa3b12c90b76510ded93aa9c37d40f (patch)
tree2b814d00229fe481095c480973fee8ee945abeb2 /dist/css/bootstrap.css
parent594f1fa4a0e8bd69b9e19f7e0f4d531ca9258463 (diff)
downloadbootstrap-3f3f4c6420aa3b12c90b76510ded93aa9c37d40f.tar.xz
bootstrap-3f3f4c6420aa3b12c90b76510ded93aa9c37d40f.zip
grunt css
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 2a40243c1..34482f649 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -314,13 +314,9 @@ a:focus {
}
img {
- vertical-align: middle;
-}
-
-.img-responsive, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
- display: block;
max-width: 100%;
height: auto;
+ vertical-align: middle;
}
.img-rounded {
@@ -328,16 +324,13 @@ img {
}
.img-thumbnail {
- display: inline-block;
- max-width: 100%;
- height: auto;
padding: .25rem;
line-height: 1.5;
background-color: #fff;
border: 1px solid #ddd;
border-radius: .25rem;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
- box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;