1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Drop: Thumbnails completely, as they'll be replaced

This commit is contained in:
Mark Otto
2014-07-08 04:00:35 -07:00
parent 527eccaa9f
commit 9c319d67ee
12 changed files with 4 additions and 200 deletions

View File

@@ -308,8 +308,6 @@ img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
@@ -3985,32 +3983,6 @@ a.list-group-item.active > .badge,
font-size: 4.5rem;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 24px;
line-height: 1.5;
background-color: #fff;
border: 1px solid #ddd;
border-radius: .2rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #027de7;
}
.thumbnail .caption {
padding: 9px;
color: #373a3c;
}
.alert {
padding: 15px;
margin-bottom: 24px;