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 0f9f8148f8129376955ea0942af4f4c10c8d0253
parent eb5ef56a39f0d2a76325ef1a296ee486cff96ac9
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 18 Nov 2011 15:18:55 +0100

Minor: Don't wrap in table cells
Diffstat:
Mlib.css | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 28may11abu +/* 18nov11abu * (c) Software Lab. Alexander Burger */ @@ -18,7 +18,7 @@ .em3 {width: 3em;} .em5 {width: 5em;} -.em7 {width: 7em;} +.em7 {width: 7em;} .em10 {width: 10em;} .em15 {width: 15em;} .em20 {width: 20em;} @@ -55,6 +55,10 @@ caption { background-color: #D0D0D0; } +td { + white-space:nowrap; +} + a { text-decoration: none; }