From dc9342f184af56ef49ab91491e71b1bd48d758dd Mon Sep 17 00:00:00 2001 From: aroquen Date: Sun, 26 Jul 2015 12:33:36 +0200 Subject: [PATCH] Group location on a new line as in profile lists --- theme/base/css/display.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 813af05c28..fa621e536f 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1637,6 +1637,10 @@ margin-left:0; clear: left; } +.entity_profile .label { + display: block; +} + .entity_profile .p-name:before { content: "("; font-weight:normal;