Commit: 2bffe434e260c8943390f74e41a1f6db660d8ce3 Author: Levi Morrison <morrison.l...@gmail.com> Sun, 23 Jun 2013 22:24:38 -0500 Parents: c5df2247dacb6f84506f81d344938e5da71b7469 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2bffe434e260c8943390f74e41a1f6db660d8ce3 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