|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-06-24 10:02 UTC] pet dot draexler at gmail dot com
Description: ------------ Hello, I use Google Chrome 27.0.1453.116 m on Windows and I see formatting of docs of money_format() incorrectly. See the picture http://s23.postimg.org/xuc3r63zv/php_net_bug.png. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 09:00:01 2025 UTC |
When look into the doc.css, I see some thing like this .docs .refentry .parameters .title + p.para + dl, .docs .refsect1.examples .title + p.para + *, .docs .refsect1.seealso .title + p.para + * { margin-top:-1.5em; /* there's a p tag that has whitespace (not :empty). This simply covers it up */ } The comment was explaining that this entry is used to cover up other element. However, there is p.para element that actually didn't empty. When i disable this entry, it fix the problem.