Adding a style will fix the space between paragraphs: dl dd p + p { margin-top:1.5em; }
As a side note, the actual HTML makes the current style very difficult to create. For instance, in doc.css there is `.docs div.refsect1 h3.title` that contains `top:-2em`.That shouldn't have to be there, but is because I couldn't think of a better way to get it outside of the box it represents. If we could restructure the HTML that would be idea, but is not as simple to do. On Mon, Sep 10, 2012 at 7:57 PM, <ahar...@php.net> wrote: > Edit report at https://bugs.php.net/bug.php?id=63051&edit=1 > > ID: 63051 > Updated by: ahar...@php.net > Reported by: ahar...@php.net > Summary: Unexpected beta site styling in parameter > documentation > Status: Open > Type: Bug > Package: Website problem > Operating System: Irrelephpant > PHP Version: Irrelevant > Block user comment: N > Private report: N > > New Comment: > > I'm looking specifically at the "number" parameter on: > > http://docs.php.net/manual/en/function.dechex.php?beta=1 > > Versus > > http://docs.php.net/manual/en/function.dechex.php?beta=0 > > Note the lack of spacing between paragraphs. > > It's not particularly major, or important, otherwise I'd have made time > for it yesterday. Just something I wanted to track and not forget! > > > Previous Comments: > ------------------------------------------------------------------------ > [2012-09-10 14:06:19] le...@php.net > > Could you provide a link to a page that has this problem? I created that > original > rule, I believe. I'd like to see what damage I've done. > > ------------------------------------------------------------------------ > [2012-09-10 01:52:50] ahar...@php.net > > Description: > ------------ > I'll probably end up dealing with this myself, but since I don't have time > right now: multiple paragraphs in parameter documentation currently aren't > spaced correctly due to the "dl dd p" rule in theme.css. We need to either > remove the rule (if it's not needed for styling elsewhere) or have a more > specific override to maintain proper line spacing in that situation. > > > > ------------------------------------------------------------------------ > > > > -- > Edit this bug report at https://bugs.php.net/bug.php?id=63051&edit=1 > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >