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 9ff41ffbecd0c038a5d603eb1d6654053de2f56b
parent cc302c09ccab91b2e67e438e0f0100ab84ffdeb1
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri,  9 Mar 2012 13:20:00 +0100

Minor: Add 'yellow' style
Diffstat:
Mlib.css | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 08mar12abu +/* 09mar12abu * (c) Software Lab. Alexander Burger */ @@ -13,6 +13,7 @@ .red {color: red;} .green {color: green;} .blue {color: blue;} +.yellow {color: yellow;} .bold {font-weight: bold;} .mono {font-family: monospace;}