1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/15344] update stylelint and fix issues

PHPBB3-15344
This commit is contained in:
Michael Miday
2017-09-02 15:44:47 -04:00
parent d8fb94245f
commit 30fa0c9474
5 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
<div class="forumbg forumbg-table">
<div class="inner">
<table class="table1" id="team">
<table class="table1 team" id="team">
<thead>
<tr>
<th class="name" data-dfn="{L_RANK}{L_COMMA_SEPARATOR}{L_USERNAME}"><span class="rank-img">{L_RANK}&nbsp;</span><!-- IF group.U_GROUP --><a href="{group.U_GROUP}">{group.GROUP_NAME}</a><!-- ELSE -->{group.GROUP_NAME}<!-- ENDIF --></th>

View File

@@ -882,8 +882,8 @@ table.fixed-width-table {
/* Factor out this ID */
/* stylelint-disable selector-no-id */
#memberlist tr.inactive,
#team tr.inactive {
.memberlist tr.inactive,
.team tr.inactive {
font-style: italic;
}
/* stylelint-enable selector-no-id */