From 6010bc298ea317f35932cdbbce26aae601b19d37 Mon Sep 17 00:00:00 2001
From: hanakin <midaym@gmail.com>
Date: Fri, 25 Nov 2016 00:24:52 +0100
Subject: [PATCH] [ticket/14865] Mask remaining issues with tweaks

PHPBB3-14865
---
 phpBB/styles/prosilver/theme/tweaks.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css
index e0515f10f2..db629c19f5 100644
--- a/phpBB/styles/prosilver/theme/tweaks.css
+++ b/phpBB/styles/prosilver/theme/tweaks.css
@@ -1,9 +1,12 @@
 /* -------------------------------------------------------------- /*
-	$Base
+	$Tweaks
 /* -------------------------------------------------------------- /*
 	These style definitions are IE 8 & 9 only.
 	They are required due to the poor CSS support in IE browsers.
 /* -------------------------------------------------------------- */
+/* stylelint-disable selector-max-compound-selectors */
+/* stylelint-disable selector-no-qualifying-type */
+
 
 /* IE 8 Tweaks (value)\9 equates to  IE <= 8
 ----------------------------------------------------------------- */
@@ -52,3 +55,4 @@ dd label input {
 .tabs .tab > a {
 	border-radius: 0;
 }
+/* stylelint-enable */