]> granicus.if.org Git - apache/commitdiff
For Bill, add just a touch of space between table cells so that
authorJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 23:25:56 +0000 (23:25 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 23:25:56 +0000 (23:25 +0000)
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

docs/manual/index.html.en

index 12246c17f39054e25e00d1d971532b5d6b8c2cd0..5b0671937ec8e298fcbec9b9e664ae12ac71f689 100644 (file)
@@ -17,6 +17,10 @@ div#page-content {
 th {
     background-color: #e5ecf3;
 }
+
+td {
+    padding-top: .4em;
+}
 -->
 </style>