[armedbear-cvs] r11757 - public_html
Erik Huelsmann
ehuelsmann at common-lisp.net
Tue Apr 14 09:48:02 UTC 2009
Author: ehuelsmann
Date: Tue Apr 14 05:48:00 2009
New Revision: 11757
Log:
Add a left menu bar and limit the width of the body text.
Added:
public_html/left-menu
Modified:
public_html/index.shtml
public_html/release-notes-0.13.shtml
public_html/release-notes-0.14.shtml
public_html/testimonials.shtml
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml (original)
+++ public_html/index.shtml Tue Apr 14 05:48:00 2009
@@ -33,6 +33,11 @@
</div>
<hr style="height: 2px;"/>
+
+<!--#include virtual="left-menu" -->
+
+<div style="float:left;width:80ex;margin-top:1cm">
+
<p>
<b style="font-family: sans-serif; font-size: large;">About ABCL</b>
</p>
@@ -158,6 +163,9 @@
as Java 1.5.</em> </dd>
</dl>
+</div>
+
+<div style="float:left;width:100%">
<hr />
<p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
@@ -165,5 +173,6 @@
<a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
</div>
<div style="float:right;font-size:10px;font-family:monospace">$Id$</div>
+</div>
</body>
</html>
Added: public_html/left-menu
==============================================================================
--- (empty file)
+++ public_html/left-menu Tue Apr 14 05:48:00 2009
@@ -0,0 +1,5 @@
+<div style="margin-top:3cm;margin-right:1cm;float:left;width:20ex;background-color:#fea;font-family:sans-serif;font-size:12px;padding:10px 5px 10px 5px">
+<b><a href="./">Project page</a><br />
+<a href="./testimonials.shtml">Testimonials</a>
+</b>
+</div>
Modified: public_html/release-notes-0.13.shtml
==============================================================================
--- public_html/release-notes-0.13.shtml (original)
+++ public_html/release-notes-0.13.shtml Tue Apr 14 05:48:00 2009
@@ -17,6 +17,11 @@
<h1><!--#include virtual="project-name" --></h1>
</div>
+<!--#include virtual="left-menu" -->
+
+<div style="float:left;width:80ex;margin-top:1cm">
+
+
<h2 style="text-align:center">Release notes for ABCL 0.13</h2>
<p>
@@ -47,6 +52,9 @@
<p>These release notes have not been created before. If someone takes
the effort to create them, they will be added for 0.11 and 0.12.</p>
+</div>
+
+<div style="float:left;width:100%">
<hr />
<p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
@@ -54,5 +62,6 @@
<a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
</div>
<div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 11358 2008-10-18 22:10:11Z ehuelsmann $</div>
+</div>
</body>
</html>
Modified: public_html/release-notes-0.14.shtml
==============================================================================
--- public_html/release-notes-0.14.shtml (original)
+++ public_html/release-notes-0.14.shtml Tue Apr 14 05:48:00 2009
@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="style.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<style>
-dt { font-size: 110%; font-weight: bold }
+dt { font-size: 105%; font-family: sans-serif; font-weight: bold }
dd { }
</style>
</head>
@@ -17,10 +17,13 @@
<h1><!--#include virtual="project-name" --></h1>
</div>
+<!--#include virtual="left-menu" -->
+
+<div style="float:left;width:80ex;margin-top:1cm">
<h2 style="text-align:center">Release notes for ABCL 0.14</h2>
<p>
- <b style="font-family: sans-serif; font-size: large;">Major changes and new features</b>
+ <b style="font-family: sans-serif; font-size: 125%;">Major changes and new features</b>
</p>
<dl style="margin-left:3cm;width:20cm">
<dt>Fixed special bindings un-binding in compiled code for
@@ -47,7 +50,8 @@
<h2 style="text-align:center">Release notes for ABCL 0.13</h2>
<p>
- <b style="font-family: sans-serif; font-size: large;">Major changes and new features</b>
+ <b style="font-family: sans-serif; font-size: 125%;">Major changes and new features</b>
+
</p>
<dl style="margin-left:3cm;width:20cm">
<dt>JSR-223: Java Scripting Plugin
@@ -74,6 +78,9 @@
<p>These release notes have not been created before. If someone takes
the effort to create them, they will be added for 0.11 and 0.12.</p>
+</div>
+
+<div style="float:left;width:100%">
<hr />
<p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
@@ -81,5 +88,6 @@
<a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
</div>
<div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 11358 2008-10-18 22:10:11Z ehuelsmann $</div>
+</div>
</body>
</html>
Modified: public_html/testimonials.shtml
==============================================================================
--- public_html/testimonials.shtml (original)
+++ public_html/testimonials.shtml Tue Apr 14 05:48:00 2009
@@ -22,11 +22,9 @@
<h1><!--#include virtual="project-name" --></h1>
</div>
-<div style="margin-top:3cm;margin-right:1cm;float:left;width:20ex;background-color:#fea;font-family:sans-serif;font-size:12px;padding:10px 5px 10px 5px">
-<b><a href="./">Project page</a><br />
-<a href="./testimonials.shtml">Testimonials</a>
-</b>
-</div><div style="float:left;width:80ex;margin-top:1cm">
+<!--#include virtual="left-menu" -->
+
+<div style="float:left;width:80ex;margin-top:1cm">
<h1>Testimonials</h1>
More information about the armedbear-cvs
mailing list