Commit: fcfcc5c6cc6acebb8fbb2228aee5fe2f1f4b38df Author: Levi Morrison <[email protected]> Thu, 4 Jul 2013 12:34:16 -0600 Parents: 2da24d8d2ff1735686e46007f23e3b9c7043261f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fcfcc5c6cc6acebb8fbb2228aee5fe2f1f4b38df Log: Removed some space above the final sub-menu of the left-hand navigation. This helps lend the idea that the list functions belongs to the last sub-header. Before there was so much space it was very unclear. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 70eba8d..6db2edd 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -371,7 +371,7 @@ ul.chunklist_children { .docs .layout-menu ul.child-menu-list { margin: 0; - padding:1.5em 0 1.5em .25em; + padding:0 0 1.5em .25em; border: 0; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
