Commit:    dcca03f579dc336d8739ae5124ece38c9dd2e29d
Author:    Paul Dragoonis <[email protected]>         Tue, 25 Jun 2013 
15:30:43 +0100
Parents:   9bb6eea8e6f5ba45457024b11db8db81bbd9b3e9
Branches:  master

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

Log:
Decreasing the margins between paragraphs, reducing the whitespace

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index 973fa2a..646e32c 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -40,7 +40,10 @@ h3 {
     font-size: 1.25em;
     line-height: 1.2em;
 }
-p, ul {
+p {
+    margin: 0.5em;
+}
+ul {
     margin:1.5em 0;
 }
 p:empty {


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

Reply via email to