tTable header are no longer bolded - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 77f5160ec7303c7ccb59096f3465c121394cc934
 (DIR) parent 8cb177ec82ebb8383625c9075272f96b5758a1c0
 (HTM) Author: Willy Goiffon <willy@mailoo.org>
       Date:   Mon, 28 Oct 2013 23:41:14 +0100
       
       Table header are no longer bolded
       
       Diffstat:
         M css/monochrome.css                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -153,7 +153,7 @@ td {
        th {
            background-color: #333;
            color: #fff;
       -    font-weight: bold;
       +    font-weight: normal;
        }
        /* }}} */