Commit 87e71700 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Tweak the CSS for the website.

parent 42bdbd0e
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
      </span>
      <h2>ASDF</h2><h4>Another System Definition Facility</h4>
    </div>
    <div class="contents">
    <div class="system-links">
      <ul>
        <li><a href="#what_it_is">What it is</a></li>
@@ -26,7 +25,7 @@
               >Changelog</a></li>
      </ul>
    </div>
      <div class="system-description">
    <div class="contents">
        <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>
+5 −3
Original line number Diff line number Diff line
@@ -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;