7 lines
138 B
CSS
7 lines
138 B
CSS
|
#navcontainer ul ul {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#navcontainer .currentAncestor + ul, #navcontainer a.current + ul {
|
||
|
display: block !important;
|
||
|
}
|