From: scorphus Date: Mon, 7 Apr 2008 16:40:35 +0000 (+0000) Subject: Small improvement on the template that sets the layout of the PHP Manual View content... X-Git-Url: http://git.phpeclipse.com?hp=dc93d6a6c17e019b7624725b9d6ae06cebfd3ab4 Small improvement on the template that sets the layout of the PHP Manual View contents (re #379) --- 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; +}