[armedbear-cvs] r14221 - public_html
mevenson at common-lisp.net
mevenson at common-lisp.net
Sun Oct 28 09:01:17 UTC 2012
Author: mevenson
Date: Sun Oct 28 02:01:16 2012
New Revision: 14221
Log:
FAQ: Allow the index to breathe a bit.
Modified:
public_html/faq-style.css
public_html/faq.shtml
Modified: public_html/faq-style.css
==============================================================================
--- public_html/faq-style.css Sun Oct 28 01:58:12 2012 (r14220)
+++ public_html/faq-style.css Sun Oct 28 02:01:16 2012 (r14221)
@@ -7,6 +7,7 @@
}
ol#toc {
border-style: solid;
+ padding: 1cm;
}
ol#toc li.topic, div#general h2.topic {
list-style: none;
Modified: public_html/faq.shtml
==============================================================================
--- public_html/faq.shtml Sun Oct 28 01:58:12 2012 (r14220)
+++ public_html/faq.shtml Sun Oct 28 02:01:16 2012 (r14221)
@@ -17,7 +17,7 @@
<!--#include virtual="left-menu" -->
<div style="margin-left:auto;margin-right:auto;width:20cm">
-<h1>Index</h1>
+<h1>Frequently Asked Questions about Armed Bear Common Lisp</h1>
<ol id="toc">
<li class="topic"><a href="#general">General Questions about ABCL</a>
<ol>
More information about the armedbear-cvs
mailing list