Commit 688ca328 authored by Zlatan Vasović's avatar Zlatan Vasović

Combine multiple .thumbnail > img styles

parent 77bf572c
......@@ -5241,6 +5241,8 @@ a.list-group-item.active > .badge,
display: block;
height: auto;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
......@@ -5249,11 +5251,6 @@ a.thumbnail.active {
border-color: #428bca;
}
.thumbnail > img {
margin-right: auto;
margin-left: auto;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -11,6 +11,8 @@
> img {
.img-responsive();
margin-left: auto;
margin-right: auto;
}
}
......@@ -22,11 +24,7 @@ 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment