Commit 85b12138 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent d6f201e8
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -975,16 +975,15 @@ Name|Date|Size|Description</code></td></tr>
    following classes are associated with the various parts of the
    listing:</p>

    <table>
    <tr><th>Class</th><th>Definition</th></tr>
    <table class="bordered"><tr class="header"><th>Class</th><th>Definition</th></tr>
<tr><td>tr.indexhead</td><td>Header row of listing</td></tr>
    <tr><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>
<tr class="odd"><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>
<tr><td>th.indexcolname and td.indexcolname</td> <td>File name column</td></tr>
    <tr><td>th.indexcollastmod and td.indexcollastmod</td> <td>Last modified column</td></tr>
<tr class="odd"><td>th.indexcollastmod and td.indexcollastmod</td> <td>Last modified column</td></tr>
<tr><td>th.indexcolsize and td.indexcolsize</td> <td>File size column</td></tr>
    <tr><td>th.indexcoldesc and td.indexcoldesc</td> <td>Description column</td></tr>
<tr class="odd"><td>th.indexcoldesc and td.indexcoldesc</td> <td>Description column</td></tr>
<tr><td>tr.breakrow</td> <td>Horizontal rule at the bottom of the table</td></tr>
    <tr><td>tr.odd and tr.even</td> <td>Alternating even and odd rows</td></tr>
<tr class="odd"><td>tr.odd and tr.even</td> <td>Alternating even and odd rows</td></tr>
</table>


+1 −1
Original line number Diff line number Diff line
@@ -1012,7 +1012,7 @@ Name|Date|Size|Description</syntax>
    following classes are associated with the various parts of the
    listing:</p>

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