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 358385dba885a3a5b39e8a78ff7bd88bf150fa62
parent d546309e8dd43e4741642592d8593b7e0469acf0
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu,  7 Feb 2013 16:41:45 +0100

Minor CSS font-size extension
Diffstat:
Mlib.css | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 17jan13abu +/* 07feb13abu * 17nov12jk * (c) Software Lab. Alexander Burger */ @@ -16,6 +16,8 @@ .green {color: green;} .blue {color: blue;} .yellow {color: yellow;} +.smaller {font-size: smaller;} +.larger {font-size: larger;} .bold {font-weight: bold;} .mono {font-family: monospace;}