Commit: e73f8b0d5d51ffcd431ec2f65be0f3c77d51a4e9 Author: Levi Morrison <le...@php.net> Thu, 4 Jul 2013 12:34:16 -0600 Parents: 5e6fb048ab236589898c93bf164415e9c9ef5126 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e73f8b0d5d51ffcd431ec2f65be0f3c77d51a4e9 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