Commit:    3cf7f06c574861f8d53acfae0f7fd4626123ffd2
Author:    Levi Morrison <[email protected]>         Tue, 17 Sep 2013 14:37:58 -0600
Parents:   0b941d17ffb0052ea005bd2dd4a91bf705321275
Branches:  master

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

Log:
Standardized spacing between menu and content.

Changed paths:
  M  styles/doc.css
  M  styles/theme.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 4b82cc4..7130cf1 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -1,9 +1,5 @@
 /* vim: set et ts=4 sw=4 fdm=marker: : */
 
-body.docs #layout {
-   margin-top:.75em;
-}
-
 .docs .refsect1 > *:last-child {
     margin-bottom:0;
 }
diff --git a/styles/theme.css b/styles/theme.css
index a844c69..3c9932a 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -603,7 +603,7 @@ aside.tips div.inner {
 
 
 #layout {
-    margin: 1.5em auto;
+    margin: .75em auto 1.5em;
     clear:both;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to