mirror of https://github.com/twbs/bootstrap.git
Merge pull request #12512 from ZDroid/placeholder-img-fix
Improve alignment of the dashboard placeholder images
This commit is contained in:
commit
28f5f6ecf3
|
|
@ -89,5 +89,6 @@ body {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.placeholder img {
|
.placeholder img {
|
||||||
|
display: inline-block;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue