svn commit: r1928537 - in apr/site/trunk: docs xdocs
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175810162531.2924205.14398771017757444203@svn02-us-east.apache.org> |
Author: dsahlberg Date: Wed Sep 17 09:33:45 2025 New Revision: 1928537 Log: In site/trunk Adjust the width of the tables on the mailing list page making sure all three tables have the same width of the first column. * docs/style.css Add a new class "mlh" setting the width * xdocs/mailing-lists.xml Apply new class to the first column of each table * docs/mailing-lists.html Generated from the above Modified: apr/site/trunk/docs/mailing-lists.html apr/site/trunk/docs/style.css apr/site/trunk/xdocs/mailing-lists.xml Modified: apr/site/trunk/docs/mailing-lists.html ============================================================================== --- apr/site/trunk/docs/mailing-lists.html Wed Sep 17 09:26:10 2025 (r1928536) +++ apr/site/trunk/docs/mailing-lists.html Wed Sep 17 09:33:45 2025 (r1928537) @@ -87,23 +87,23 @@ help with the various ezmlm commands for </p> <table> <tr> - <td>Subscription address:</td> + <td class="mlh">Subscription address:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Unsubscription addresses:</td> + <td class="mlh">Unsubscription addresses:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Digest subscription address:</td> + <td class="mlh">Digest subscription address:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Getting help with the list:</td> + <td class="mlh">Getting help with the list:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Archives:</td> + <td class="mlh">Archives:</td> <td> <ul> <li><a href="https://lists.apache.org/[email protected]">Apache Pony view</a></li> @@ -124,23 +124,23 @@ help with the various ezmlm commands for </p> <table> <tr> - <td>Subscription address:</td> + <td class="mlh">Subscription address:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Unsubscription addresses:</td> + <td class="mlh">Unsubscription addresses:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Digest subscription address:</td> + <td class="mlh">Digest subscription address:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Getting help with the list:</td> + <td class="mlh">Getting help with the list:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Archives:</td> + <td class="mlh">Archives:</td> <td> <ul> <li><a href="https://lists.apache.org/[email protected]">Apache Pony view</a></li> @@ -160,23 +160,23 @@ help with the various ezmlm commands for </p> <table> <tr> - <td>Subscription address:</td> + <td class="mlh">Subscription address:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Unsubscription addresses:</td> + <td class="mlh">Unsubscription addresses:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Digest subscription address:</td> + <td class="mlh">Digest subscription address:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Getting help with the list:</td> + <td class="mlh">Getting help with the list:</td> <td><a href="mailto:[email protected]">[email protected]</a></td> </tr> <tr> - <td>Archives:</td> + <td class="mlh">Archives:</td> <td> <ul> <li><a href="https://lists.apache.org/[email protected]">Apache Pony view</a></li> Modified: apr/site/trunk/docs/style.css ============================================================================== --- apr/site/trunk/docs/style.css Wed Sep 17 09:26:10 2025 (r1928536) +++ apr/site/trunk/docs/style.css Wed Sep 17 09:33:45 2025 (r1928537) @@ -56,6 +56,9 @@ th { td { background: #a0ddf0; } +td.ml { + width: 50% +} .covError > td { background: #ffffff; } Modified: apr/site/trunk/xdocs/mailing-lists.xml ============================================================================== --- apr/site/trunk/xdocs/mailing-lists.xml Wed Sep 17 09:26:10 2025 (r1928536) +++ apr/site/trunk/xdocs/mailing-lists.xml Wed Sep 17 09:33:45 2025 (r1928537) @@ -28,27 +28,27 @@ help with the various ezmlm commands for </p> <table> <tr> - <td>Subscription address:</td> + <td class="mlh">Subscription address:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Unsubscription addresses:</td> + <td class="mlh">Unsubscription addresses:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Digest subscription address:</td> + <td class="mlh">Digest subscription address:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Getting help with the list:</td> + <td class="mlh">Getting help with the list:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Archives:</td> + <td class="mlh">Archives:</td> <td> <ul> <li><a href="https://lists.apache.org/[email protected]" @@ -70,27 +70,27 @@ help with the various ezmlm commands for </p> <table> <tr> - <td>Subscription address:</td> + <td class="mlh">Subscription address:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Unsubscription addresses:</td> + <td class="mlh">Unsubscription addresses:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Digest subscription address:</td> + <td class="mlh">Digest subscription address:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Getting help with the list:</td> + <td class="mlh">Getting help with the list:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Archives:</td> + <td class="mlh">Archives:</td> <td> <ul> <li><a href="https://lists.apache.org/[email protected]" @@ -110,27 +110,27 @@ help with the various ezmlm commands for </p> <table> <tr> - <td>Subscription address:</td> + <td class="mlh">Subscription address:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Unsubscription addresses:</td> + <td class="mlh">Unsubscription addresses:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Digest subscription address:</td> + <td class="mlh">Digest subscription address:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Getting help with the list:</td> + <td class="mlh">Getting help with the list:</td> <td><a href="mailto:[email protected]" >[email protected]</a></td> </tr> <tr> - <td>Archives:</td> + <td class="mlh">Archives:</td> <td> <ul> <li><a href="https://lists.apache.org/[email protected]"