Commit: d31ce782ba05fd0b4b9cf01c8d6ffbd0c12c4e70 Author: Adam Harvey <[email protected]> Wed, 12 Sep 2012 10:49:40 +0800 Parents: 6587c18b20089dc3e86a77646ae5ece2aa728fb4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d31ce782ba05fd0b4b9cf01c8d6ffbd0c12c4e70 Log: Fix bug #63051 (Unexpected beta site styling in parameter documentation) per Levi's suggestion. Bugs: https://bugs.php.net/63051 Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index a282ea5..51968d5 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -410,6 +410,9 @@ dl dd { dl dd p { margin:0; } +dl dd p + p { + margin-top: 1.5em; +} /* PHP source code highlighting ------------------------------------------- */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
