swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 0e050ae140ce6be82b749175c57e7837e3f7f583
parent 40d2983ef10052fc758b802bbae6b35407358319
Author: uriel@soma <unknown>
Date:   Fri,  6 Mar 2009 01:35:06 +0000

Minor CSS cosmetic fix, add white left-border to sidebar items so their width doesn't change on hover.
Diffstat:
Mpub/style/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pub/style/style.css b/pub/style/style.css @@ -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 {