Commit: c0232b740216ef5074a49f7186f04668412c3e49 Author: Paul Dragoonis <[email protected]> Tue, 25 Jun 2013 15:30:43 +0100 Parents: d8a69e0921cdae7f999e5c1b8fc5db280c977a61 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c0232b740216ef5074a49f7186f04668412c3e49 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
