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 e04a22bb619ef0d9a9773dcdb1f1a1c128d1a138
parent ac272a699b9a1b8654b330879f8544ae84957f6e
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 17 Jul 2013 10:07:02 +0200

Added 'em1' and 'em2' styles
Diffstat:
Mlib.css | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 16jul13abu +/* 17jul13abu * 17nov12jk * (c) Software Lab. Alexander Burger */ @@ -19,6 +19,8 @@ .bold {font-weight: bold;} .mono {font-family: monospace;} +.em1 {width: 1em;} +.em2 {width: 2em;} .em3 {width: 3em;} .em5 {width: 5em;} .em7 {width: 7em;}