swerc

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

commit 35b55d5420f78e5e1ba51417a8d86abb2b2d7396
parent 4fe0f9e0a8dd980d698945f20f9d38ae53e82ad4
Author: Anselm R Garbe <anselm@garbe.us>
Date:   Thu, 21 Apr 2011 08:00:26 +0000

improved current highlighting
Diffstat:
Mpub/style/style.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pub/style/style.css b/pub/style/style.css @@ -90,9 +90,9 @@ h4 { #nav li a.current { background-color: #fff; color: #333; - -moz-box-shadow: 0.4ex 0.1ex 0.4ex #999; - -webkit-box-shadow: 0.4ex 0.1ex 0.4ex #999; - box-shadow: 0.4ex 0.1ex 0.4ex #999; + -moz-box-shadow: 0.4ex 0.2ex 0.4ex #999; + -webkit-box-shadow: 0.4ex 0.2ex 0.4ex #999; + box-shadow: 0.4ex 0.2ex 0.4ex #999; } #main {