More effective use of LESS

Change-Id: I484e762acd44717a953b992ba1dfd76532b72144
This commit is contained in:
Ebrahim Byagowi 2024-08-07 09:26:42 +03:30
parent 7f0c4d2131
commit 51453a0f96

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 {