From: Zlatan Vasović Date: Sat, 1 Feb 2014 21:46:55 +0000 (+0100) Subject: Improve alignment of the dashboard placeholder images X-Git-Tag: v3.2.0~403^2~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f62f6a7a0ee4208bcc04d58f619e000a916ef8;p=thirdparty%2Fbootstrap.git Improve alignment of the dashboard placeholder images Fixes #12435 --- 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%; }