I overlooked a CSS formatting error with the release of 5.x-1.10 and 6x-1.10. tr:first-child contains a space after the :

Here's the fix for Drupal 5: on line 529 in style.css:
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container { border-top-width: 0; }

Here's the fix for Drupal 6: on line 544 in style.css:
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }

Comments

andregriffin’s picture

Has been fixed in 1.11 - Sorry for re-releasing so quickly, but I didn't want this invalidation floating around.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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