Commit: adf3d34280e407597d4377113e992f001c3c9731 Author: Levi Morrison <[email protected]> Sun, 23 Jun 2013 22:24:38 -0500 Parents: 3390f3fa28b2c452da93aee9ad376ce489abfbb0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=adf3d34280e407597d4377113e992f001c3c9731 Log: Added some space at the bottom of examples, such as on http://php.net/manual/en/control-structures.foreach.php#control-structures.foreach.list Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index 828b410..6090ba9 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -1018,3 +1018,7 @@ table.standard th.subr { background: white; border: 0; } + +div.informalexample { + margin-bottom: 1.5em; +} -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
