From 87e71700ca8ef6eb5305e4558ee7033b3158eb48 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Mon, 19 Apr 2010 07:29:33 -0400
Subject: [PATCH] Tweak the CSS for the website.

---
 doc/index.html | 28 ++++++++++++++--------------
 doc/style.css  |  8 +++++---
 2 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/doc/index.html b/doc/index.html
index 1e0098ae..a4de63ca 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -14,19 +14,18 @@
       </span>
       <h2>ASDF</h2><h4>Another System Definition Facility</h4>
     </div>
+    <div class="system-links">
+      <ul>
+        <li><a href="#what_it_is">What it is</a></li>
+        <li><a href="#documentation">Documentation</a></li>
+        <li><a href="#downloads">Getting it</a></li>
+        <li><a href="#bugs">Reporting Bugs</a></li>
+        <li><a href="#mailing-list">Mailing List</a></li>
+        <li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=log"
+               >Changelog</a></li>
+      </ul>
+    </div>
     <div class="contents">
-      <div class="system-links">
-        <ul>
-          <li><a href="#what_it_is">What it is</a></li>
-          <li><a href="#documentation">Documentation</a></li>
-          <li><a href="#downloads">Getting it</a></li>
-          <li><a href="#bugs">Reporting Bugs</a></li>
-          <li><a href="#mailing-list">Mailing List</a></li>
-          <li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=log"
-                 >Changelog</a></li>
-        </ul>
-      </div>
-      <div class="system-description">
         <a id="what_it_is"></a>
         <h3>What it is</h3>
         <p>ASDF is a tool for describing how source files are organized:
@@ -116,7 +115,8 @@
             Christophe Rhodes, Kevin Rosenberg, Edi Weitz, Rahul Jain.
           <dt>August 2001</dt>
           <dd>Created by Daniel Barlow</dd>
-      </dl></div>
+      </dl>
+          </div>
       <div id="footer">
         <a class="nav" href="http://validator.w3.org/check/referer" title="xhtml1.1"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/xhtml.gif" width="80" height="15" title="valid xhtml button" alt="valid xhtml" /></a>
         <a class="nav" href="http://www.catb.org/hacker-emblem/" title="hacker"> <img src="http://common-lisp.net/project/cl-containers/shared/buttons/hacker.png" width="80" height="15" title="hacker emblem" alt="hacker button" /></a>
@@ -125,6 +125,6 @@
         <p><span class="copyright"Copyright &copy; 2001-2010 Daniel Barlow and contributors</span></p>
         <p>ASDF has an <a href="http://www.opensource.org/licenses/mit-license.php">MIT style</a> license</p>
         <div id="timestamp">Last updated 2010-04-08</div>
-    </div></div>
+    </div>
   </body>
 </html>
diff --git a/doc/style.css b/doc/style.css
index 96dcfcf1..4ee51fc8 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -244,10 +244,12 @@ a:hover {
 	font-family: Arial, Helvetica, sans-serif;
 }
 
-.system-description {
-	width: 75%;
+.contents {
+        // width: 90%;
 	padding-left: 2em;
-	float: left;
+	padding-right: 2em;
+        padding-top: 2em;
+        padding-bottom: 1.5em;
 }
 
 .check {font-size: x-small;
-- 
GitLab