From d228c80c6174faef528a4952b78acd7ea28e5eb2 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Sun, 30 Aug 2015 18:54:39 +0200 Subject: [PATCH] [ticket/14038] Switch to spacer spans --- phpBB/styles/prosilver/template/jumpbox.html | 2 +- phpBB/styles/prosilver/theme/common.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/jumpbox.html b/phpBB/styles/prosilver/template/jumpbox.html index cacf54b478..15c69aeed2 100644 --- a/phpBB/styles/prosilver/template/jumpbox.html +++ b/phpBB/styles/prosilver/template/jumpbox.html @@ -20,7 +20,7 @@ diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 516832a733..fe9d269cba 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -519,6 +519,15 @@ ul.linklist.bulletin > li.no-bulletin:before { width: 100%; } +.jumpbox .spacer { + display: inline-block; + width: 0px; +} + +.jumpbox .spacer + .spacer { + width: 20px; +} + .dropdown li { border-top: 1px dotted transparent; float: none !important;