From e111c0509518cfca642adc5080f9c5ef4ef4c895 Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Tue, 14 Oct 2014 20:26:02 -0400 Subject: [PATCH] Update doc styling a bit. --- doc/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/index.html b/doc/index.html index e0a887f..8439811 100644 --- a/doc/index.html +++ b/doc/index.html @@ -7,10 +7,21 @@ pre { background: #DDD; padding: 0.25em } p.download { color: red } .transparent { background-image: url(background.gif) } + #content { + max-width: 50em; margin-left: auto; margin-right: auto; + font-family: sans-serif; + line-height: 1.4em; + background-color: white; + padding: 0.25em 1em 0.25em 1em; + } + body { + background-color: #f4eecf; + } +

Vecto - Simple Vector Drawing with Common Lisp

@@ -1079,3 +1090,5 @@ regarding Vecto, please email Zach Beane. +
+ -- 2.11.4.GIT