From fc056cf717e7b12444d7ee546a6d892273a03ff2 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 24 Nov 2016 13:16:49 +0100 Subject: [PATCH] [ticket/14865] Remove spacer overqualified div PHPBB3-14865 --- phpBB/styles/prosilver/theme/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index b65903392f..7a40466c6d 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -201,7 +201,7 @@ ul { } /* Misc page elements */ -div.spacer { +.spacer { clear: both; }