mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-25 20:04:25 -05:00
Fix active sub-item bumped out after making things smaller.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user