Commit ace0abfd authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch 'master' into thumbnail-extend

Conflicts:
	dist/css/bootstrap.css
parents fda8d91c 596495c8
Showing with 6 additions and 7 deletions
+6 -7
...@@ -309,7 +309,9 @@ img { ...@@ -309,7 +309,9 @@ img {
} }
.img-responsive, .img-responsive,
.thumbnail > img, .thumbnail > img,
.thumbnail a > img { .thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block; display: block;
max-width: 100%; max-width: 100%;
height: auto; height: auto;
...@@ -5420,9 +5422,6 @@ button.close { ...@@ -5420,9 +5422,6 @@ button.close {
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; line-height: 1;
} }
.carousel-inner > .active, .carousel-inner > .active,
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
// Account for jankitude on images // Account for jankitude on images
> img, > img,
> a > img { > a > img {
.img-responsive(); &:extend(.img-responsive);
line-height: 1; line-height: 1;
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment