diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-01 22:46:55 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-02-01 22:46:55 +0100 |
| commit | 09f62f6a7a0ee4208bcc04d58f619e000a916ef8 (patch) | |
| tree | 95ccd1ad3d92be7460e3df0f2f44ee0dc46aeeab /docs | |
| parent | 9c054fd4c0db89cbbb1df3c868bafc4f2c17c3e3 (diff) | |
| download | bootstrap-09f62f6a7a0ee4208bcc04d58f619e000a916ef8.tar.xz bootstrap-09f62f6a7a0ee4208bcc04d58f619e000a916ef8.zip | |
Improve alignment of the dashboard placeholder images
Fixes #12435
Diffstat (limited to 'docs')
| -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 bf242a257..6ec25f655 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%; } |
