Minor CSS cosmetic fix, add white left-border to sidebar items so their width doesn't change on hover.

This commit is contained in:
uriel 2009-03-06 01:35:06 +00:00
parent 584364a3d4
commit 862e0706b1

View File

@ -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 {