From e1d2c4c90004fb132b0bd38a5216a66df065e484 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 1 Dec 2016 17:49:26 +0100 Subject: [PATCH] [ticket/14881] Fix jumpbox-return link layout PHPBB3-14881 --- phpBB/styles/prosilver/theme/common.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 9c2f33f7a9..cf6d14e6ab 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -137,7 +137,9 @@ p.right { } p.jumpbox-return { - margin-top: 1em; + margin-top: 10px; + margin-bottom: 0; + float: left; } b, strong {