Merge branch 'master' into thumbnail-extend

Conflicts:
	dist/css/bootstrap.css
This commit is contained in:
Mark Otto 2014-02-06 18:52:03 -08:00
commit ace0abfdb6
6 changed files with 8 additions and 9 deletions

View File

@ -309,7 +309,9 @@ img {
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
@ -5420,9 +5422,6 @@ button.close {
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
.carousel-inner > .active,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@
// Account for jankitude on images
> img,
> a > img {
.img-responsive();
&:extend(.img-responsive);
line-height: 1;
}
}