Cosmetic: Fixed table layout.
authorshort <>
Thu, 27 Nov 2003 14:05:07 +0000 (14:05 +0000)
committershort <>
Thu, 27 Nov 2003 14:05:07 +0000 (14:05 +0000)
project/captive/Index.html.pl

index daab52c..6fd94d3 100755 (executable)
@@ -41,7 +41,6 @@ my $W=My::Project->init_project(
 .re     { font-style: italic; }
 table.mailman > * /* FIXME: What is it? */ > tr > th,
 table.mailman > * /* FIXME: What is it? */ > tr > td { padding: 1ex; text-align: center; }
-table.download { border-style: none; margin: 8px; }
 table.download td { padding: 8px; }
 ",
                );
@@ -120,10 +119,10 @@ my %version=(
 print <<"HERE";
 <h2>Download</h2>
 
-<h3>Choose one preferred installation format:</h3>
+<h3>Choose the one preferred installation format:</h3>
 
 <table border="0" align="center" width="100%"><tr><td align="center">
-<table border="1" align="center" style="text-align: center;" class="download">
+<table border="1" frame="border" rules="rows" align="center" style="text-align: center;" class="download">
        <tr>
                <td>
                        RPM i386 binary<br />
@@ -144,11 +143,11 @@ print <<"HERE";
        </tr>
        <tr>
                <td>Debian .deb binaries</td>
-               <td>@{[ a_href 'CVS.html.pl#debian','Download Page' ]} [link]</td>
+               <td>@{[ a_href 'CVS.html.pl#debian','download link' ]}</td>
        </tr>
        <tr>
                <td>Source archives</td>
-               <td>@{[ a_href 'CVS.html.pl#source','Download Page' ]} [link]</td>
+               <td>@{[ a_href 'CVS.html.pl#source','download link' ]}</td>
        </tr>
 </table>
 </td></tr></table>