Sometime in the last week or two the menu items in sidebar blocks have become over indented...
This appears in all core themes (except garland which overrides the default CSS).
Perhaps it has to do with this commit, but I can't see why it would be causing this...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | patch_70.txt | 947 bytes | webernet |
| #2 | patch_69.txt | 959 bytes | webernet |
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