1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Combine multiple .thumbnail > img styles

This commit is contained in:
Zlatan Vasović
2013-10-30 10:00:28 +01:00
parent 77bf572cba
commit 688ca328c9
3 changed files with 6 additions and 11 deletions

View File

@@ -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;