Commit: 7375b50307b7e47c45408a69328ce1835b99d65a Author: Levi Morrison <[email protected]> Wed, 10 Jul 2013 12:21:06 -0600 Parents: d316c309e9117cbd0e114800be45607e29bcbc1e Branches: responsive
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7375b50307b7e47c45408a69328ce1835b99d65a Log: Minor improvements for class synopsis. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 5afa3e2..1a44e6b 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -331,7 +331,9 @@ ul.chunklist_children { .docs .classsynopsis { color: #666; + margin-bottom:.75em; } +.docs .interfacename a, .docs .fieldsynopsis .type, .docs .methodsynopsis .type, .docs .constructorsynopsis .type { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
