summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/less/thumbnails.less
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/less/thumbnails.less')
-rwxr-xr-xbower_components/bootstrap/less/thumbnails.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/bower_components/bootstrap/less/thumbnails.less b/bower_components/bootstrap/less/thumbnails.less
index 1adee9e3..a09aa9b8 100755
--- a/bower_components/bootstrap/less/thumbnails.less
+++ b/bower_components/bootstrap/less/thumbnails.less
@@ -7,24 +7,24 @@
.thumbnail {
.img-thumbnail();
display: block; // Override the inline-block from `.img-thumbnail`
+ margin-bottom: @line-height-computed;
> img {
.img-responsive();
+ margin-left: auto;
+ margin-right: auto;
}
}
// Add a hover state for linked versions only
a.thumbnail:hover,
-a.thumbnail:focus {
+a.thumbnail:focus,
+a.thumbnail.active {
border-color: @link-color;
}
-// Images and captions
-.thumbnail > img {
- margin-left: auto;
- margin-right: auto;
-}
+// Image captions
.thumbnail .caption {
padding: @thumbnail-caption-padding;
color: @thumbnail-caption-color;