Commit:    0e3c83f1bbdee2ef2f9e8e3c08f226fa0598aa0f
Author:    Levi Morrison <le...@php.net>         Tue, 25 Jun 2013 11:13:26 -0600
Parents:   cec2f2ee6d442a16df8de4dea46bd3fe018ad9c8
Branches:  master

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

Log:
Removed left and right margin on p tags.

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index a78917a..19d136d 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -41,7 +41,7 @@ h3 {
     line-height: 1.2em;
 }
 p {
-    margin: 0.5em;
+    margin: 0.5em 0;
 }
 ul {
     margin:1.5em 0;


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

Reply via email to