| |
| |
| |
| |
| |
| |
| .thumbnail { |
| @extend .img-thumbnail; |
| display: block; |
| |
| > img { |
| @include img-responsive(); |
| } |
| } |
| |
| |
| |
| a.thumbnail:hover, |
| a.thumbnail:focus { |
| border-color: $link-color; |
| } |
| |
| |
| .thumbnail > img { |
| margin-left: auto; |
| margin-right: auto; |
| } |
| .thumbnail .caption { |
| padding: $thumbnail-caption-padding; |
| color: $thumbnail-caption-color; |
| } |