]> git.donarmstrong.com Git - lilypond.git/commitdiff
* stepmake/bin/add-html-footer.py: use <div> instead of <table> and
authorHeikki Junes <heikki.junes@hut.fi>
Mon, 5 Jul 2004 22:03:11 +0000 (22:03 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Mon, 5 Jul 2004 22:03:11 +0000 (22:03 +0000)
        add a faint, green border line.

ChangeLog
stepmake/bin/add-html-footer.py

index f945e30dfd142e1301a387b2983845cf47764cc5..4fe6ce72411f4b9b87f3d3754c44c5a5cbc832e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
+
+        * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
+        add a faint, green border line.
+
 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * scm/font.scm (add-cmr-fonts): upright caps is eccc.
index 22e5875c55c5b79feb663a49ee6e2744ec255b15..6d0d756c0aca69b4ad704518d1d82e0f2b27fdce 100644 (file)
@@ -43,11 +43,7 @@ of @PACKAGE_NAME@
 """
 
 built = r"""
-<p>
-<table align="center" width="100%%" cellspacing="2" BGCOLOR="#e8ffe8">
- <tr>
-          <td align=left>
-
+<div style="background-color: #e8ffe8; padding: 2; border: #c0ffc0 1px solid;">
 <a href="%(wiki_base)s%(wiki_page)s">Read </a> comments on this page, or
 <a href="%(wiki_base)s%(wiki_page)s?action=edit">add</a> one.
 <p>
@@ -56,8 +52,7 @@ This page is for %(package_name)s-%(package_version)s (%(branch_str)s). <br>
 </font>
 <address><font size="-1">
 Report errors to &lt;<a href="mailto:%(mail_address)s">%(mail_address)s</a>&gt;.</font></address>
-        </tr>
-        </table>
+</div>
 
 
 """