From: Rich Bowen
Date: Tue, 25 Oct 2011 01:01:14 +0000 (+0000)
Subject: Adds border, zebra striping, to IndexStyleSheet table.
X-Git-Tag: 2.3.15~90
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20c734cbba996b17b894527fe2d1e73c80f95a28;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en
index 28d2fd6d7a9..e3ea48bf6d9 100644
--- a/docs/manual/mod/mod_autoindex.html.en
+++ b/docs/manual/mod/mod_autoindex.html.en
@@ -975,17 +975,16 @@ Name|Date|Size|Description
following classes are associated with the various parts of the
listing:
-
- Class | Definition |
- tr.indexhead | Header row of listing |
- th.indexcolicon and td.indexcolicon | Icon column |
- th.indexcolname and td.indexcolname | File name column |
- th.indexcollastmod and td.indexcollastmod | Last modified column |
- th.indexcolsize and td.indexcolsize | File size column |
- th.indexcoldesc and td.indexcoldesc | Description column |
- tr.breakrow | Horizontal rule at the bottom of the table |
- tr.odd and tr.even | Alternating even and odd rows |
-
+
+tr.indexhead | Header row of listing |
+th.indexcolicon and td.indexcolicon | Icon column |
+th.indexcolname and td.indexcolname | File name column |
+th.indexcollastmod and td.indexcollastmod | Last modified column |
+th.indexcolsize and td.indexcolsize | File size column |
+th.indexcoldesc and td.indexcoldesc | Description column |
+tr.breakrow | Horizontal rule at the bottom of the table |
+tr.odd and tr.even | Alternating even and odd rows |
+
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index 806a959c23a..ab5f9acd64a 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -1012,7 +1012,7 @@ Name|Date|Size|Description
following classes are associated with the various parts of the
listing:
-
+
Class | Definition |
tr.indexhead | Header row of listing |
th.indexcolicon and td.indexcolicon | Icon column |