forum.css contains the following:

#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}

This makes several columns in the forum listings and topic listings align to center. However, the table headers for these columns are left aligned.

I have removed this declaration from the CSS files so that the columns match up with the table header.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Version: 7.x-dev » 6.x-dev
Status: Needs review » Reviewed & tested by the community

Committed to CVS HEAD. Thanks. Moving to D6 ...

brianV’s picture

Attached patch for D6.

It is exactly the same as the D7 patch, since forum.css hasn't been touched since July 2007...

Gábor Hojtsy’s picture

Version: 6.x-dev » 7.x-dev
Status: Reviewed & tested by the community » Fixed

Aligning these cells to the center was a tradition and also used in other software. I believe site layouts and existing themes might be dependent on this, so I am not going to make this change in Drupal 6.

Moving back to 7.x as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.