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
5d4157063c
commit
18434f2f3f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue