mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 13:46:48 +00:00
More effective use of LESS
Change-Id: I484e762acd44717a953b992ba1dfd76532b72144
This commit is contained in:
parent
7f0c4d2131
commit
51453a0f96
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue