git://secure.phpeclipse.com
/
phpeclipse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
dc93d6a
)
Small improvement on the template that sets the layout of the PHP Manual View content...
author
scorphus
<scorphus>
Mon, 7 Apr 2008 16:40:35 +0000 (16:40 +0000)
committer
scorphus
<scorphus>
Mon, 7 Apr 2008 16:40:35 +0000 (16:40 +0000)
net.sourceforge.phpeclipse.phpmanual/templates/refpage.html
patch
|
blob
|
history
diff --git
a/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html
b/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html
index
a59e66d
..
9f39243
100644
(file)
--- 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>