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 2113dfdf62187ce10d3bfc70269426f7031f9653
parent cce813fe2db1ad839b78efd5380985372803e83f
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 12 Feb 2013 15:13:44 +0100

(Undo CSS font-size extension)
Diffstat:
Mlib.css | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 07feb13abu +/* 12feb13abu * 17nov12jk * (c) Software Lab. Alexander Burger */ @@ -16,8 +16,6 @@ .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;}