Minor CSS cosmetic fix, add white left-border to sidebar items so their width doesn't change on hover.
This commit is contained in:
parent
584364a3d4
commit
862e0706b1
@ -143,6 +143,7 @@ li ul {
|
||||
text-transform: capitalize;
|
||||
font-weight: bold!important;
|
||||
font-size: 104%;
|
||||
border-left: white solid 0.2em;
|
||||
}
|
||||
|
||||
.thisPage, .thisPage a {
|
||||
|
Loading…
Reference in New Issue
Block a user