From 9c319d67ee96d0e417098fcb8206413f7a3ed7d3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 04:00:35 -0700 Subject: Drop: Thumbnails completely, as they'll be replaced --- docs/dist/css/bootstrap.css | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'docs/dist/css/bootstrap.css') 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; -- cgit v1.2.3