Closed (fixed)
Project:
Framework
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jul 2008 at 17:45 UTC
Updated:
10 Aug 2008 at 18:13 UTC
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
Comment #1
andregriffin commentedHas been fixed in 1.11 - Sorry for re-releasing so quickly, but I didn't want this invalidation floating around.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.