From e79e0efc9e832f7f7bf7baddd47b86023f8698a0 Mon Sep 17 00:00:00 2001 From: hanakin Date: Fri, 25 Nov 2016 00:28:09 +0100 Subject: [PATCH] [ticket/14865] Mask remaining issues with print PHPBB3-14865 --- phpBB/styles/prosilver/theme/print.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index 7a40466c6d..f8fefc21ae 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -1,7 +1,7 @@ /* -------------------------------------------------------------- /* $Print /* -------------------------------------------------------------- */ - +/* stylelint-disable selector-max-compound-selectors */ /* Lots still TODO here! */ @@ -213,3 +213,4 @@ ul { .codebox p { display: none; } +/* stylelint-enable */