Commit:    c8364392d396fc051dc67b035a684124949afaf2
Author:    Levi Morrison <le...@php.net>         Tue, 25 Jun 2013 12:46:11 -0600
Parents:   f5cbc8209efc4c47e8406612d2785a21bddb47fb
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=c8364392d396fc051dc67b035a684124949afaf2

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

Reply via email to