Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
drupal.css
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2006 at 19:13 UTC
Updated:
21 Dec 2006 at 20:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
webernet commentedI've looked into this some more - It looks like it was the conditional CSS patch that broke this. http://drupal.org/node/100563
http://drupal.org/cvs?commit=46909
http://drupal.org/cvs?commit=46911
Not sure why though, yet.
Comment #2
webernet commentedThis is because the CSS for block module was made conditional, and it doesn't seem to be loading even when there is a menu block.
Attached is a patch to revert the change to block.module.
Comment #3
webernet commentedAlternatively the relevant lines in block.css could be moved into system.css.
Attached patch does that.
Comment #4
Steven commentedCommitted to HEAD, thanks.
Comment #5
(not verified) commented