picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 811db31e3fdaaac1d10d5b5805d605d0d8b31c69
parent 7220de1a0e3034ae014b523082b361fbc9532c4b
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 16 Jul 2013 12:17:54 +0200

Added table header styles
Diffstat:
Mlib.css | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 20jun13abu +/* 16jul13abu * 17nov12jk * (c) Software Lab. Alexander Burger */ @@ -149,15 +149,15 @@ a:hover { background-color: #e0e0e0; } -.chart td.T { +.chart td.T, th.T { background-color: #d0d0d0; } -.chart td.nil { +.chart td.nil, th.nil { background-color: white; } -.chart td.body { +.chart td.body, th.body { background-color: #f0f0f0; }