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 c92e8563dfcc854ccfc607dfd39380e7b2790009
parent cde6ddfeb730175463eea44699f736091aca0952
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu,  6 Dec 2012 19:16:17 +0100

Jon Kleiser's CSS face-lift
Diffstat:
Mdoc/doc.css | 32++++++++++++++++++++++++++++++--
1 file changed, 30 insertions(+), 2 deletions(-)

diff --git a/doc/doc.css b/doc/doc.css @@ -1,12 +1,40 @@ /* 19may07abu + * 06dec12jk * (c) Software Lab. Alexander Burger */ +html { + background-color: #ddd; +} + body { - margin-left: 80px; - margin-right: 60px + margin: auto; + max-width: 48em; + border: 1px solid #bbb; + background-color: white; + padding: 2em 7% 4em 10%; +} + +h5 { + font-size: 95%; + margin-bottom: 1em; +} + +dt { + margin: 0.4em -2em 0 0; + font-weight: 600; + color: #444; +} + +dd { + margin-top: 0.3em; + margin-bottom: 0.4em; } code { color: rgb(0%,40%,0%); } + +dt code { + word-spacing: -0.04em; +}