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 c260ea732839ceaa7c53baa81f7b27fe2cf9030d
parent f01fdd365e535bd5644f2858ed5342ebaa4f3c7e
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu, 20 Jun 2013 15:11:42 +0200

CSS chart 'body' background class
Diffstat:
Mlib.css | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 31may13abu +/* 20jun13abu * 17nov12jk * (c) Software Lab. Alexander Burger */ @@ -157,6 +157,10 @@ a:hover { background-color: white; } +.chart td.body { + background-color: #f0f0f0; +} + .btn { width: 1em; }