forked from Adleraci/adlerka.top
fix
This commit is contained in:
parent
b8ad4c4c57
commit
b8b1bd1a87
@ -154,6 +154,6 @@ header hr {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.navsite_list:hover > li > a .navsite_list{
|
||||
.navsite_item:hover > a .navsite_list{
|
||||
display: flex !important;
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$navsite_template = '<li><a href="__LOCATION__" __CLASS__>__NAME__</a><ul class="navpage_list">__NAVPAGES__</ul></li>';
|
||||
$navpage_template = '<li><a href="__LOCATION__" __CLASS__>__NAME__</a></li>';
|
||||
$navsite_template = '<li class="navsite_item"><a href="__LOCATION__" __CLASS__>__NAME__</a><ul class="navpage_list">__NAVPAGES__</ul></li>';
|
||||
$navpage_template = '<li class="navpage_item"><a href="__LOCATION__" __CLASS__>__NAME__</a></li>';
|
||||
|
||||
|
||||
$site_dirs = array_diff(scandir($static_page_dir), array('.', '..'));
|
||||
|
Loading…
Reference in New Issue
Block a user