Topic: Formatting error in Next Badges Page
In the last day, on the "Next Badges" page, the "14e" subproject was dropped from the NFS@Home project.
This means there are now 3 rows in the table for that project rather than 4. However, ehe <td> tag for the "NFS@Home" table cell still has rowspan=4.
Here's the actual HTML:
<tr align="center" class="active"><td rowspan="4">NFS@home</td>
This is causing the next row (NumberFields@Home) to appear as part of NFS@Home, and, of course, it extends an extra column to the right.