Merge "More effective use of LESS"

This commit is contained in:
jenkins-bot 2024-08-07 07:52:09 +00:00 committed by Gerrit Code Review
commit 72e2f2d598

View file

@ -8,21 +8,21 @@ table.mw-abuselog-details {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
}
table.mw-abuselog-details th,
table.mw-abuselog-details td {
border: @border-base;
padding: 0.2em;
}
th,
td {
border: @border-base;
padding: 0.2em;
}
table.mw-abuselog-details th {
background: @background-color-interactive;
text-align: center;
}
th {
background: @background-color-interactive;
text-align: center;
}
table.mw-abuselog-details caption {
font-weight: bold;
caption {
font-weight: bold;
}
}
.mw-abusefilter-log-hidden-entry {