Commit: f49aea10d635e8fa4ffcbb734c2ee926a735757d Author: Adam Harvey <[email protected]> Thu, 3 Jul 2014 09:53:40 -0700 Parents: 21f0f6281cfef41aed8228ae95f34425b0c7581f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f49aea10d635e8fa4ffcbb734c2ee926a735757d 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
