improved current highlighting - swerc - anselm's simpler werc fork
(HTM) git clone git://git.suckless.org/swerc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 35b55d5420f78e5e1ba51417a8d86abb2b2d7396
(DIR) parent 4fe0f9e0a8dd980d698945f20f9d38ae53e82ad4
(HTM) Author: Anselm R Garbe <anselm@garbe.us>
Date: Thu, 21 Apr 2011 08:00:26 +0000
improved current highlighting
Diffstat:
M pub/style/style.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) 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 {