Commit: 759318fd2f5d3af36e1fecb18f151efd1aaa33c3 Author: Kalle Sommer Nielsen <[email protected]> Fri, 13 Sep 2019 02:16:36 +0300 Parents: 6544fdebeeb9b3280a92263b9f2ef051df7e17a4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=759318fd2f5d3af36e1fecb18f151efd1aaa33c3 Log: Align <td> to the left, it makes the credits look a lot more ordered and nice Changed paths: M styles/credits.css Diff: diff --git a/styles/credits.css b/styles/credits.css index efb4280ed..4daecee4d 100644 --- a/styles/credits.css +++ b/styles/credits.css @@ -25,7 +25,7 @@ table tr:last-child td, table tr:last-child th { line-height: 2em; } -th { +th, td { text-align: left; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
