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...

CommentFileSizeAuthor
#3 patch_70.txt947 byteswebernet
#2 patch_69.txt959 byteswebernet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webernet’s picture

I'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.

webernet’s picture

Status: Active » Needs review
FileSize
959 bytes

This 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.

webernet’s picture

FileSize
947 bytes

Alternatively the relevant lines in block.css could be moved into system.css.

Attached patch does that.

Steven’s picture

Status: Needs review » Fixed

Committed to HEAD, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)