I just installed a the new Beta 3 of Drupal 7..... and it broke the main menu items... sort of. The text for each button is now lower than where it should be. It also completely broke the main menu items in Busy.... turned them into a list and main menu item buttons are gone. Continuing to try other themes but maybe this is going to make for a kind of consistent problem. I don't know if it makes any difference but it does the same thing in both Safari and Firefox browsers on the Mac.

Comments

Patroclas’s picture

I can confirm this - same problem after update to core.

danpros’s picture

Hi guys,

Thanks for reporting this.. soon I'll releasing beta 2 to fix this problems, I hope today :)

Must be there is a change to the core that causing this.

Dan

danpros’s picture

Hi,

You can add this to the style.css to fix this problems:

#nav ul, #nav ul li.leaf {
list-style-image:none;
list-style:none;
}

#nav ul, #nav .block ul, #nav ol {
margin:0;
padding:0;
}

Committed. If no more bugs I'll releasing the beta 2.

Dan

danpros’s picture

Status: Active » Fixed

Hmm.. forget to change the status.

danpros’s picture

Status: Fixed » Closed (fixed)

Solved. Read this.

Thanks!
Dan

zap-admin’s picture

Thanks Dan... I was lazy and waited for your new file....LOL. I'm just starting to play with D7..... it's really cool!