1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Align <td> to the left, it makes the credits look a lot more ordered and nice

This commit is contained in:
Kalle Sommer Nielsen
2019-09-13 02:16:36 +03:00
parent 6544fdebee
commit 759318fd2f

View File

@@ -25,7 +25,7 @@ table tr:last-child td, table tr:last-child th {
line-height: 2em;
}
th {
th, td {
text-align: left;
}