Commit: fd1c562c80d3d91c7bd36849d46ea10a917e8f97 Author: Adam Harvey <[email protected]> Thu, 3 Jul 2014 09:53:40 -0700 Parents: 4df6d17ccf31c3d8810ed755ba978c2061eb5604 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fd1c562c80d3d91c7bd36849d46ea10a917e8f97 Log: Shift the social media block down so it doesn't look like Special Thanks. Changed paths: M styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css index 6b4f77f..ffb0b02 100644 --- a/styles/home.css +++ b/styles/home.css @@ -123,6 +123,10 @@ p.archive { } /* Social media buttons. */ +aside.tips .social-media { + padding-top: 2em; +} + aside.tips .social-media a { border-bottom: 0; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
