From 09f62f6a7a0ee4208bcc04d58f619e000a916ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 1 Feb 2014 22:46:55 +0100 Subject: [PATCH] Improve alignment of the dashboard placeholder images Fixes #12435 --- docs/examples/dashboard/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index bf242a257b..6ec25f655d 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%; }