diff --git a/modules/ext.abuseFilter.less b/modules/ext.abuseFilter.less index e246ef9bf..74491d475 100644 --- a/modules/ext.abuseFilter.less +++ b/modules/ext.abuseFilter.less @@ -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 {