From 204c134ab8b79077f7ff7e898e461ff5e3ad2d28 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sun, 15 Oct 2017 17:54:35 +0200 Subject: [PATCH] Buxfix: fix image floating in frios nav-short-info --- view/theme/frio/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 91ca763a75..d2ae051a26 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1130,6 +1130,9 @@ aside .vcard #wallmessage-link { padding-right: 20px; margin-left: -14px; } +#nav-short-info .contact-photo-wrapper.media-left { + float: left; +} #vcard-short-photo-wrapper img, #nav-short-info .contact-wrapper img { height: 34px;