Skip to content

Commit

Permalink
refactor: switch biggus-tablus from id to class (#167)
Browse files Browse the repository at this point in the history
This will allow more than one on a page in a clean way, which will prove
useful very soon with the waiting list on the Hatsumi Taikai page.
  • Loading branch information
m4tx authored Nov 25, 2023
1 parent 076936c commit 67fa5d0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _posts/2022-07-09-krakow-mers-open.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ z uczestników turnieju, zgodnie z kolejnością zgłoszeń.
</div>
</div>
<center id="biggus-tablus" markdown="block">
<center class="biggus-tablus" markdown="block">
| Nr | Nazwa | Kraj |
|---:|:-----------------------------|:----------------|
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-06-hatsumi-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Dostępna wkrótce!
</div>
</div>

<div id="biggus-tablus" markdown="block">
<div class="biggus-tablus" markdown="block">

| Nr | Imię i nazwisko | Kraj | EMA ID |
|---:|:-----------------------------------------|:---------------------|:--------------------------------------------------------------------|
Expand Down Expand Up @@ -149,4 +149,4 @@ Dostępna wkrótce!
| 82 | Thibaut Arnold | Szwajcaria | [16000035](http://mahjong-europe.org/ranking/Players/16000035.html) |
| 83 | Tomasz Zieliński | Polska | |

</div>
</div>
2 changes: 1 addition & 1 deletion _posts/en/2022-07-09-krakow-mers-open.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ from the tournament, in the order of submissions.
</div>
</div>
<center id="biggus-tablus" markdown="block">
<center class="biggus-tablus" markdown="block">
| No. | Name | Country |
|----:|:-----------------------------|:--------------|
Expand Down
4 changes: 2 additions & 2 deletions _posts/en/2023-10-06-hatsumi-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Coming soon!
</div>
</div>

<div id="biggus-tablus" markdown="block">
<div class="biggus-tablus" markdown="block">

| Nr | Name | Country | EMA ID |
|---:|:-----------------------------------------|:---------------------|:--------------------------------------------------------------------|
Expand Down Expand Up @@ -149,4 +149,4 @@ Coming soon!
| 82 | Thibaut Arnold | Switzerland | [16000035](http://mahjong-europe.org/ranking/Players/16000035.html) |
| 83 | Tomasz Zieliński | Poland | |

</div>
</div>
2 changes: 1 addition & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ address {
font-style: normal;
}

#biggus-tablus table {
.biggus-tablus table {
width: 100%;

td, th {
Expand Down

0 comments on commit 67fa5d0

Please sign in to comment.