aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-04 16:21:23 -0800
committerMark Otto <[email protected]>2014-02-04 16:21:23 -0800
commit28f5f6ecf36ec178e370135cd1df31b99e57c130 (patch)
treef50063f4c2415e50f3c562e8229b95147c689fd2
parentcc9242aa86cba3fe3c6cd33a0d6d256e67ad478d (diff)
parent09f62f6a7a0ee4208bcc04d58f619e000a916ef8 (diff)
downloadbootstrap-28f5f6ecf36ec178e370135cd1df31b99e57c130.tar.xz
bootstrap-28f5f6ecf36ec178e370135cd1df31b99e57c130.zip
Merge pull request #12512 from ZDroid/placeholder-img-fix
Improve alignment of the dashboard placeholder images
-rw-r--r--docs/examples/dashboard/dashboard.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css
index a92f0f6b1..565aff50e 100644
--- a/docs/examples/dashboard/dashboard.css
+++ b/docs/examples/dashboard/dashboard.css
@@ -89,5 +89,6 @@ body {
margin-bottom: 20px;
}
.placeholder img {
+ display: inline-block;
border-radius: 50%;
}