Commit: ac32ef2092afec9314c4571f8411632df683f966 Author: Levi Morrison <[email protected]> Tue, 25 Jun 2013 11:13:26 -0600 Parents: 5686bb0d61b9fd7c4d013af8e3eb519e890b1f13 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ac32ef2092afec9314c4571f8411632df683f966 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
