trying without box shadows - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit f565ccc661ab80a7bf0a06334e2b8b9b1ec0b645
 (DIR) parent 35b55d5420f78e5e1ba51417a8d86abb2b2d7396
 (HTM) Author: Anselm R Garbe <anselm@garbe.us>
       Date:   Sun, 22 May 2011 08:08:50 +0000
       
       trying without box shadows
       Diffstat:
         M pub/style/style.css                 |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/pub/style/style.css b/pub/style/style.css
       @@ -52,9 +52,12 @@ h4 {
        #content {
                padding: 0;
                margin: 1ex 0 0 0;
       +        border: 1px solid #ccc;
       +        /*
                -moz-box-shadow: 0 0 0.7ex #999;
                -webkit-box-shadow: 0 0 0.7ex #999;
                box-shadow: 0 0 0.7ex #999;
       +        */
        }
        
        #nav {
       @@ -90,9 +93,11 @@ h4 {
        #nav li a.current {
                background-color: #fff;
                color: #333;
       +        /*
                -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 {