Commit: 590251b84afbc6227907c39158acc29a0abb0a8e Author: Levi Morrison <[email protected]> Tue, 25 Jun 2013 12:46:11 -0600 Parents: cd40c27b54d9ae9151ab8d709758b238fb9c150a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=590251b84afbc6227907c39158acc29a0abb0a8e Log: Added more spacing around examples on pages such as http://www.php.net/manual/en/language.basic-syntax.phpmode.php Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 46c03f3..d6808dd 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -216,7 +216,9 @@ aside#quicktoc { /* }}} */ - +.docs .example { + margin: 1.5em 0; +} /* {{{ Examples (highlighting is in theme.css) */ .docs .example-contents .phpcode code, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
