Skip to content

Commit 85b1213

Browse files
committed
Adds border, zebra striping, to IndexStyleSheet table.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188475 13f79535-47bb-0310-9956-ffa450edef68
1 parent d6f201e commit 85b1213

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

docs/manual/mod/mod_autoindex.html.en

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -975,17 +975,16 @@ Name|Date|Size|Description</code></td></tr>
975975
following classes are associated with the various parts of the
976976
listing:</p>
977977

978-
<table>
979-
<tr><th>Class</th><th>Definition</th></tr>
980-
<tr><td>tr.indexhead</td><td>Header row of listing</td></tr>
981-
<tr><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>
982-
<tr><td>th.indexcolname and td.indexcolname</td> <td>File name column</td></tr>
983-
<tr><td>th.indexcollastmod and td.indexcollastmod</td> <td>Last modified column</td></tr>
984-
<tr><td>th.indexcolsize and td.indexcolsize</td> <td>File size column</td></tr>
985-
<tr><td>th.indexcoldesc and td.indexcoldesc</td> <td>Description column</td></tr>
986-
<tr><td>tr.breakrow</td> <td>Horizontal rule at the bottom of the table</td></tr>
987-
<tr><td>tr.odd and tr.even</td> <td>Alternating even and odd rows</td></tr>
988-
</table>
978+
<table class="bordered"><tr class="header"><th>Class</th><th>Definition</th></tr>
979+
<tr><td>tr.indexhead</td><td>Header row of listing</td></tr>
980+
<tr class="odd"><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>
981+
<tr><td>th.indexcolname and td.indexcolname</td> <td>File name column</td></tr>
982+
<tr class="odd"><td>th.indexcollastmod and td.indexcollastmod</td> <td>Last modified column</td></tr>
983+
<tr><td>th.indexcolsize and td.indexcolsize</td> <td>File size column</td></tr>
984+
<tr class="odd"><td>th.indexcoldesc and td.indexcoldesc</td> <td>Description column</td></tr>
985+
<tr><td>tr.breakrow</td> <td>Horizontal rule at the bottom of the table</td></tr>
986+
<tr class="odd"><td>tr.odd and tr.even</td> <td>Alternating even and odd rows</td></tr>
987+
</table>
989988

990989

991990
</div>

docs/manual/mod/mod_autoindex.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ Name|Date|Size|Description</syntax>
10121012
following classes are associated with the various parts of the
10131013
listing:</p>
10141014

1015-
<table>
1015+
<table border="1" style="zebra">
10161016
<tr><th>Class</th><th>Definition</th></tr>
10171017
<tr><td>tr.indexhead</td><td>Header row of listing</td></tr>
10181018
<tr><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>

0 commit comments

Comments
 (0)