Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 96882 invoked by uid 500); 6 Sep 2002 23:25:57 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 96867 invoked by uid 500); 6 Sep 2002 23:25:57 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 6 Sep 2002 23:25:56 -0000 Message-ID: <20020906232556.89924.qmail@icarus.apache.org> From: slive@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual index.html.en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N slive 2002/09/06 16:25:56 Modified: docs/manual index.html.en Log: For Bill, add just a touch of space between table cells so that it is easier to tell what is going on when titles wrap. Revision Changes Path 1.40 +4 -0 httpd-2.0/docs/manual/index.html.en Index: index.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/index.html.en,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -b -u -r1.39 -r1.40 --- index.html.en 6 Sep 2002 18:41:23 -0000 1.39 +++ index.html.en 6 Sep 2002 23:25:56 -0000 1.40 @@ -17,6 +17,10 @@ th { background-color: #e5ecf3; } + +td { + padding-top: .4em; +} -->