fix table style
This commit is contained in:
parent
1f8d0b867c
commit
e4635461c1
2 changed files with 3 additions and 2 deletions
|
@ -86,6 +86,6 @@ body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
table, th, td {
|
.endgame-table td, .endgame-table th {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
<h3>
|
<h3>
|
||||||
Endgame Statistics for game {{game_id}}
|
Endgame Statistics for game {{game_id}}
|
||||||
</h3>
|
</h3>
|
||||||
<table>
|
<a href="https://hanab.live/replay/{{game_id}}">Replay Link</a>
|
||||||
|
<table class="endgame-table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Turn</th>
|
<th>Turn</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
|
|
Loading…
Reference in a new issue