Commit: 52c6574dd10de8f0240c7ee635c7a42b1ead86fe Author: Levi Morrison <[email protected]> Mon, 31 Dec 2012 16:56:08 -0700 Parents: ceff4e7ee0c316ca090c38160b749702411e2e8d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=52c6574dd10de8f0240c7ee635c7a42b1ead86fe Log: Fixed edge-case for extra whitespace. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 959f34e..8e5a49f 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -44,6 +44,7 @@ aside#quicktoc { .docs .refsect1 > p:last-child, .docs .refsect1 > .warning:last-child, +.docs .refsect1 > .note:last-child, .docs .refsect1 > .tip:last-child { margin-bottom:0; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
