From: Joshua Slive Date: Fri, 6 Sep 2002 23:25:56 +0000 (+0000) Subject: For Bill, add just a touch of space between table cells so that X-Git-Tag: AGB_BEFORE_AAA_CHANGES~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104175238aba45ea4ad91ef5ca2044f3266743d8;p=thirdparty%2Fapache%2Fhttpd.git 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96701 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index 12246c17f39..5b0671937ec 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -17,6 +17,10 @@ div#page-content { th { background-color: #e5ecf3; } + +td { + padding-top: .4em; +} -->