Fix visual wrapping anomoly that happens only when certain nav elements are selected.
This commit is contained in:
parent
f0b646e7f8
commit
8050aeea6f
@ -184,9 +184,9 @@ ul.navigation li a:active {
|
||||
}
|
||||
|
||||
ul.navigation > li > a.current {
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-width: 1.6px;
|
||||
border-bottom-style: solid;
|
||||
padding-bottom: 8px;
|
||||
padding-bottom: 8.4px;
|
||||
}
|
||||
|
||||
ul.navigation > li > ul.navigation_sub > li > a.current {
|
||||
|
Loading…
x
Reference in New Issue
Block a user