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 1fc01c48ac276cc16e1cf0fe5adbf42496dfdf9c
parent 263f0d786cbaece46e7c738629fbe204e9371497
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu, 14 Mar 2013 09:19:03 +0100

'menu' min-height attribute
Diffstat:
Mlib.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 12feb13abu +/* 14mar13abu * 17nov12jk * (c) Software Lab. Alexander Burger */ @@ -84,7 +84,7 @@ a:hover { top: 0; left: 0; width: 18em; - height: 100%; + min-height: 100%; padding-top: 2ex; background-color: #d0d0d0; }