The following rule line-height: 30px;, within the class below prevents me from viewing the menu:
- Code: Select all
.pkp_structure_head_siteNav {
border-bottom: 1px solid;
color: #FFFFFF;
font-size: 90%;
height: 35px;
line-height: 30px;
padding: 2px 0 0;
}
Commenting that line with Firebug displayed the menu correctly at my end.
