From b54a8e9bc7614416d6afe9a50487ee176b439125 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 18 Sep 2002 22:51:05 +0000 Subject: [PATCH] CSS changes to accomodate the quickreference. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96889 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index 0f0704abd7..62d731b436 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -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. */ /* ====================== */ -- 2.40.0