Closed cmfcmf closed 11 years ago
Maybe we should solve this in core for bc.
Maybe we should solve this in core for bc.
yes, it probably should be solved there.
but this navbar will be replaced eventually.
this is likely already solved for BC in the core. This uses the same {modulelinks}
template plugin as the core modules. The problem is that Dizkus is "globally" overriding list styles with
#dizkus dl,
#dizkus dt,
#dizkus dd,
#dizkus ul,
#dizkus ul li {
background:none;
border:none;
margin:0;
padding:0;
list-style: none;
}
and this causes the menu to look wrong.
if I comment out that markup in the style.css
file in Dizkus, then it looks correct: