mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-21 17:24:33 -05:00
Fix active sub-item bumped out after making things smaller.
This commit is contained in:
parent
db9bde6e15
commit
5da1fde3b3
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user