Patch fieldsynopsis-site.css for Doc Build problem Bug #51667
Patch version 2010-04-26 16:06 UTC
Return to Bug #51667 |
Download this patch
Patch Revisions:
Developer: danielc@php.net
--- /data/wd/php/web/php/trunk/styles/site.css 2010-04-21 20:56:12.258363737 -0400
+++ site.css 2010-04-25 21:29:51.437524257 -0400
@@ -975,7 +975,8 @@
}
div.refsect1 div.methodsynopsis,
div.refsect1 div.constructorsynopsis,
-div.refsect1 div.destructorsynopsis {
+div.refsect1 div.destructorsynopsis,
+div.refsect1 div.fieldsynopsis {
background-color: #fff;
padding: 0.5em;
border: 1px solid black;
|