Fix active sub-item bumped out after making things smaller.

This commit is contained in:
Jennifer Taylor 2025-10-02 02:57:27 +00:00
parent db9bde6e15
commit 5da1fde3b3
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ ul.navigation > li > a.current {
ul.navigation > li > ul.navigation_sub > li > a.current {
border-left-width: 2px;
border-left-style: solid;
padding-left: 8px;
padding-left: 5px;
}
h1, h2, h3, h4, h5 {

View File

@ -203,7 +203,7 @@ ul.navigation > li > a.current {
ul.navigation > li > ul.navigation_sub > li > a.current {
border-left-width: 2px;
border-left-style: solid;
padding-left: 8px;
padding-left: 5px;
}
h1, h2, h3, h4, h5 {