aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 04:00:35 -0700
committerMark Otto <[email protected]>2014-07-08 04:00:35 -0700
commit9c319d67ee96d0e417098fcb8206413f7a3ed7d3 (patch)
tree70e6e0033d7062ec4ec761dff617c1cdcb02fd37 /docs/dist/css/bootstrap.css
parent527eccaa9f344c555e33f5324775cf2e24e9bf55 (diff)
downloadbootstrap-9c319d67ee96d0e417098fcb8206413f7a3ed7d3.tar.xz
bootstrap-9c319d67ee96d0e417098fcb8206413f7a3ed7d3.zip
Drop: Thumbnails completely, as they'll be replaced
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 018bc17d9..9576931e0 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -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;