View Single Post
  #2  
Old 06-21-2010, 04:07 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Ordered list causes drop down of list items

This style in main.css
.menu-dialog .content a:link, .menu-dialog .content a:visited, .menu-minicart .content a:link, .menu-minicart .content a:visited {
color:#6600CC;
display:block;
padding:3px 3px 3px 7px;


}

take out the display property (be aware that this will change other menu elements as well)
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote