]> granicus.if.org Git - apache/commitdiff
CSS changes to accomodate the quickreference.
authorJoshua Slive <slive@apache.org>
Wed, 18 Sep 2002 22:51:05 +0000 (22:51 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 18 Sep 2002 22:51:05 +0000 (22:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96889 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/css/manual.css

index 0f0704abd7dfb07606ac1c0b03d37b2613b337bf..62d731b4360e7eb6ec44087c7361fe2b9c15debb 100644 (file)
@@ -297,6 +297,15 @@ th {
     font-weight: bold;
 }
 
+tr.odd { /* for large tables alternating colors */
+    background-color: #f2f2f2;
+}
+
+tr.odd a:hover,
+tr.odd a:active {
+      background-color: #fff;
+}
+
 /* bordered table cells   */
 /* ====================== */
 
@@ -315,13 +324,22 @@ table table.bordered th {
     border: 1px solid #aaa;
 }
 
-/* mod/dir. overview table  */
-/* ======================== */
+/* mod/dir. overview table and quick reference  */
+/* ============================================ */
 table.module th,
 table.directive th {
     white-space: nowrap;
 }
 
+.qref {
+     border-collapse: collapse;
+     width: 100%;
+}
+
+.qref th {
+      background-color: #eee;
+}
+
 /* related modules & dir. */
 /* ====================== */