From 2153633aac80f8482ded6fea749f45fa6fef7b17 Mon Sep 17 00:00:00 2001 From: Tim Lock Date: Fri, 29 Nov 2013 09:22:48 +1030 Subject: [PATCH] MDL-42487: Forced userprofile dl style to be displayed: inline-block. --- theme/canvas/style/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/canvas/style/core.css b/theme/canvas/style/core.css index b261827df24da..a743d27408a0f 100644 --- a/theme/canvas/style/core.css +++ b/theme/canvas/style/core.css @@ -274,6 +274,7 @@ body { .userprofile dl { margin-top: 10px; + display: inline-block; } .userprofile dl dt, .userprofile dl dd {