You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/07/25 15:37:31 UTC

svn commit: r797767 - in /incubator/click/trunk/click/documentation: docs/downloads.html help.css

Author: sabob
Date: Sat Jul 25 13:37:31 2009
New Revision: 797767

URL: http://svn.apache.org/viewvc?rev=797767&view=rev
Log:
added click-table css style

Modified:
    incubator/click/trunk/click/documentation/docs/downloads.html
    incubator/click/trunk/click/documentation/help.css

Modified: incubator/click/trunk/click/documentation/docs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/downloads.html?rev=797767&r1=797766&r2=797767&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/downloads.html (original)
+++ incubator/click/trunk/click/documentation/docs/downloads.html Sat Jul 25 13:37:31 2009
@@ -29,6 +29,9 @@
           .heading {
             margin-top: 2em;
           }
+          table {
+              width: 670px;
+          }
         </style>
     </head>
 
@@ -39,19 +42,19 @@
         <h2 class="heading">Apache Incubating Releases</h2>
         Please select a release from the table below. All releases are platform independent.
         <p/>
-        <table cellspacing="1" cellpadding="8" style="border: 1px solid black;" width="670px">
+        <table cellspacing="1" cellpadding="8" class="click-table">
             <thead>
-                <tr style="background-color: navy; color: white;">
-                    <th align="center">Package</th>
-                    <th align="center">PGP key</th>
-                    <th align="center">MD5</th>
-                    <th align="center">Version</th>
-                    <th align="center">Release date</th>
-                    <th align="center">Status</th>
+                <tr>
+                    <th>Package</th>
+                    <th>PGP key</th>
+                    <th>MD5</th>
+                    <th>Version</th>
+                    <th>Release date</th>
+                    <th>Status</th>
                 </tr>
             </thead>
             <tbody>
-                <tr>
+                <tr class="odd">
                     <td><a target="_blank" class="external" href="http://www.apache.org/dyn/closer.cgi/incubator/click/click/2.1.0-RC1/click-2.1.0-RC1-incubating.zip">
                     click-2.1.0-RC1-incubating.zip</a></td>
                     <td><a target="_blank" class="external" href="http://www.apache.org/dist/incubator/click/click/2.1.0-RC1/click-2.1.0-RC1-incubating.zip.asc">pgp</a></td>
@@ -60,7 +63,7 @@
                     <td>2009-06-28</td>
                     <td><b>Release Candidate</b></td>
                 </tr>
-                <tr>
+                <tr class="even">
                     <td><a target="_blank" class="external" href="http://www.apache.org/dyn/closer.cgi/incubator/click/click/2.0.1/click-2.0.1-incubating.zip">
                     click-2.0.1-incubating.zip</a></td>
                     <td><a target="_blank" class="external" href="http://www.apache.org/dist/incubator/click/click/2.0.1/click-2.0.1-incubating.zip.asc">pgp</a></td>
@@ -76,38 +79,38 @@
         <h2 class="heading">Pre Apache Releases</h2>
         Please select a release from the table below. All releases are platform independent.
         <p/>
-        <table cellspacing="1" cellpadding="8" style="border: 1px solid black;" width="670px">
+        <table cellspacing="1" cellpadding="8" class="click-table">
             <thead>
-                <tr style="background-color: navy; color: white;">
-                    <th align="center">Package</th>
-                    <th align="center">Version</th>
-                    <th align="center">Release date</th>
-                    <th align="center">Status</th>
+                <tr>
+                    <th>Package</th>
+                    <th>Version</th>
+                    <th>Release date</th>
+                    <th>Status</th>
                 </tr>
             </thead>
             <tbody>
-                <tr>
+                <tr class="odd">
                     <td><a target="_blank" class="external" href="https://sourceforge.net/project/showfiles.php?group_id=82095&package_id=84113&release_id=684671">
                     click-1.5.2.zip</a></td>
                     <td>1.5.2</td>
                     <td>2009-05-23</td>
                     <td><b>Stable</b></td>
                 </tr>
-                <tr>
+                <tr class="even">
                     <td><a target="_blank" class="external" href="http://sourceforge.net/project/showfiles.php?group_id=82095&package_id=84113&release_id=655844">
                     click-1.5.1.zip</a></td>
                     <td>1.5.1</td>
                     <td>2009-01-23</td>
                     <td><b>Stable</b></td>
                 </tr>
-                <tr>
+                <tr class="odd">
                     <td><a target="_blank" class="external" href="http://sourceforge.net/project/showfiles.php?group_id=82095&package_id=84113&release_id=637639">
                     click-1.5.zip</a></td>
                     <td>1.5</td>
                     <td>2008-11-02</td>
                     <td><b>Stable</b></td>
                 </tr>
-                <tr>
+                <tr class="even">
                     <td><a target="_blank" class="external" href="http://sourceforge.net/project/showfiles.php?group_id=82095&package_id=84113&release_id=595596">
                         click-1.4.2.zip</a>
                     </td>
@@ -115,7 +118,7 @@
                     <td>2008-04-28</td>
                     <td><b>Stable</b></td>
                 </tr>
-                <tr>
+                <tr class="odd">
                     <td><a target="_blank" class="external" href="http://sourceforge.net/project/showfiles.php?group_id=82095&package_id=84113&release_id=515196">
                         click-1.3.1.zip</a>
                     </td>
@@ -123,12 +126,13 @@
                     <td>2007-06-11</td>
                     <td><b>Stable</b></td>
                 </tr>
-                <tr>
+                <tr class="even">
                     <td><a target="_blank" class="external" href="http://sourceforge.net/project/showfiles.php?group_id=82095&package_id=84113">
                         archives</a>
                     </td>
                     <td></td>
                     <td></td>
+                    <td></td>
                 </tr>
             </tbody>
         </table>

Modified: incubator/click/trunk/click/documentation/help.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/help.css?rev=797767&r1=797766&r2=797767&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/help.css (original)
+++ incubator/click/trunk/click/documentation/help.css Sat Jul 25 13:37:31 2009
@@ -294,3 +294,10 @@
     color: #000099;
     font-weight: bold;
 }
+.click-table {
+    border: 1px solid black;
+}
+.click-table th {
+    background-color: navy;
+    color: white;
+}
\ No newline at end of file