From a67c1b217b7c58eacebd570355c6ccea596cb969 Mon Sep 17 00:00:00 2001
From: scorphus <scorphus>
Date: Mon, 7 Apr 2008 16:40:35 +0000
Subject: [PATCH 1/1] Small improvement on the template that sets the layout of the PHP Manual View contents (re #379)

---
 .../templates/refpage.html                         |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html b/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html
index a59e66d..9f39243 100644
--- a/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html
+++ b/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html
@@ -12,10 +12,13 @@ body {
 body, h1, h2, h3, h4, p, div code, pre {
 	font-size: small;
 }
-p, div, h1, h2 {
+p, div, h1, h2, h3, h4, dl, dt {
 	padding: 0px 0px 0px 0px;
 	margin: 5px 1px 1px 1px;
 }
+table {
+	border-width: 1px;
+}
 </style>
 </head>
 <body>
-- 
1.7.1