Skip to content

Commit

Permalink
Center conjugation type numbers in the conjugation types table
Browse files Browse the repository at this point in the history
  • Loading branch information
bzaar committed Sep 11, 2024
1 parent 2e64fff commit 1540591
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gramdictru/Pages/conjugation.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

<h3 id="types">Таблица типов спряжения</h3>

<table>
<table id="conjugation-types-table">
<tr>
<th>Номер типа</th>
<th>Инфинитив оканчивается на:</th>
Expand Down
9 changes: 9 additions & 0 deletions gramdictru/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -1034,3 +1034,12 @@ h6:target .permalink {
h3,h4 small {
display: block;
}

#conjugation-types-table tr td:nth-child(1) {
text-align: center;
}

#conjugation-types-table tr td:nth-last-child(1),
#conjugation-types-table tr td:nth-last-child(2) {
text-align: left;
}

0 comments on commit 1540591

Please sign in to comment.