Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 11, 2024
1 parent 16052fb commit 1491072
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions wiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,28 @@
border-collapse: collapse;
}

.wikitable > tr > th,
.wikitable > tr > th,
.wikitable > * > tr > th {
background-color: #eaecf0;
text-align: center;
}

.wikitable > tr > th,
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > tr > th,
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
}

figure[typeof~="mw:File"].mw-halign-left,
figure[typeof~="mw:File"].mw-halign-left,
figure[typeof~="mw:File/Frameless"].mw-halign-left {
margin: 0 0.5em 0.5em 0;
clear: left;
float: left;
}

figure[typeof~="mw:File"].mw-halign-center,
figure[typeof~="mw:File"].mw-halign-center,
figure[typeof~="mw:File/Frameless"].mw-halign-center {
margin: 0 auto;
display: table;
Expand All @@ -65,7 +65,7 @@
float: none;
}

figure[typeof~="mw:File"] > figcaption,
figure[typeof~="mw:File"] > figcaption,
figure[typeof~="mw:File/Frameless"] > figcaption {
display: none;
}
Expand Down

0 comments on commit 1491072

Please sign in to comment.