diff options
| author | Mark Otto <[email protected]> | 2014-02-04 16:21:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-04 16:21:23 -0800 |
| commit | 28f5f6ecf36ec178e370135cd1df31b99e57c130 (patch) | |
| tree | f50063f4c2415e50f3c562e8229b95147c689fd2 /docs/examples | |
| parent | cc9242aa86cba3fe3c6cd33a0d6d256e67ad478d (diff) | |
| parent | 09f62f6a7a0ee4208bcc04d58f619e000a916ef8 (diff) | |
| download | bootstrap-28f5f6ecf36ec178e370135cd1df31b99e57c130.tar.xz bootstrap-28f5f6ecf36ec178e370135cd1df31b99e57c130.zip | |
Merge pull request #12512 from ZDroid/placeholder-img-fix
Improve alignment of the dashboard placeholder images
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 1 |
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%; } |
