mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
fixes #9622: reset to inline-block for img-thumbnail, but keep block for .thumbnail > img
This commit is contained in:
@@ -437,6 +437,13 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Images */
|
||||
.bs-example > .img-circle,
|
||||
.bs-example > .img-rounded,
|
||||
.bs-example > .img-thumbnail {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.bs-example > .btn,
|
||||
.bs-example > .btn-group {
|
||||
|
||||
Reference in New Issue
Block a user