Change More hiding/showing to CSS class from explicit block/none.

When theme wants to use something else than display: block; the old
method did not work.
This commit is contained in:
Michal Čihař
2011-02-02 23:14:52 +01:00
parent d296a5222b
commit 48d3e6850a
3 changed files with 11 additions and 4 deletions

View File

@@ -667,6 +667,10 @@ ul#topmenu ul a {
ul#topmenu .submenu {
position: relative;
display: none;
}
ul#topmenu .shown {
display: block;
}
ul#topmenu ul {