align th right

This commit is contained in:
Tobias Powalowski 2023-06-13 21:41:28 +02:00
parent ec86708199
commit 03c71882b0
2 changed files with 3 additions and 2 deletions

View file

@ -762,8 +762,8 @@ Its an initramfs which includes everything. The calculated size to boot the i
<thead> <thead>
<tr class="header"> <tr class="header">
<th>Feature</th> <th>Feature</th>
<th>archboot</th> <th>Archboot</th>
<th>archiso</th> <th>Archiso</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View file

@ -123,6 +123,7 @@ th {
border-left: 1px solid #1a1a1a; border-left: 1px solid #1a1a1a;
border-right: 1px solid #1a1a1a; border-right: 1px solid #1a1a1a;
padding: 0.25em 0.5em 0.25em 0.5em; padding: 0.25em 0.5em 0.25em 0.5em;
text-align: left;
} }
td { td {
border-top: 1px solid #1a1a1a; border-top: 1px solid #1a1a1a;