~ chicken-core (chicken-5) 07b6c75671e6ffaf9fa8502cef089165be44686e


commit 07b6c75671e6ffaf9fa8502cef089165be44686e
Author:     unknown <felix@.(none)>
AuthorDate: Fri Oct 23 15:41:32 2009 +0200
Commit:     unknown <felix@.(none)>
CommitDate: Fri Oct 23 15:41:32 2009 +0200

    resurrected manual.css

diff --git a/misc/manual.css b/misc/manual.css
new file mode 100644
index 00000000..238d3455
--- /dev/null
+++ b/misc/manual.css
@@ -0,0 +1,33 @@
+/* manual.css - Stylesheet for HTML manual */
+
+
+CODE {
+    color: #666666;
+}
+
+a:link {
+    color: #336;
+}
+
+a:visited { color: #666; }
+
+a:active  { color: #966; }
+
+a:hover   { color: #669; }
+
+body { 
+    background: #fff; 
+    color: #000; 
+    font: 9pt "Lucida Grande", "Verdana", sans-serif;
+    margin: 8em;
+}
+
+TABLE {
+    font: 9pt "Lucida Grande", "Verdana", sans-serif;
+}
+
+H3 {
+    color: #113;
+}
+
+PRE { font-family: "Andale Mono", monospace; }
Trap