Commit: 2f8d0f3256e679c27276b176daa79245d9a9c150 Author: Jacob Bednarz <[email protected]> Wed, 18 Feb 2015 11:15:01 +1000 Parents: 62d4286c99fa20dbf7dfed5e0984fe7af1f11f62 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=2f8d0f3256e679c27276b176daa79245d9a9c150 Log: Add spacing between comments for readability Changed paths: M www/css/style.css Diff: diff --git a/www/css/style.css b/www/css/style.css index be8974d..5ddee3d 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -568,6 +568,7 @@ form#update, form#vote, div.comment { clear: both; + padding: 10px 0; } table.lusersearch td { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
