diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index e17eca5f35..0fe8e1947e 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -1,6 +1,8 @@ /* -------------------------------------------------------------- /* $Content /* -------------------------------------------------------------- */ +/* stylelint-disable selector-max-compound-selectors */ +/* stylelint-disable selector-no-qualifying-type */ ul.topiclist { display: block; @@ -880,7 +882,9 @@ table.fixed-width-table { } /* Factor out this ID */ +/* stylelint-disable selector-no-id */ #memberlist tr.inactive, #team tr.inactive { font-style: italic; } +/* stylelint-enable */