Commit: 58494a113c8a733f10dc6d2a7909204ed4a3a54e Author: Levi Morrison <[email protected]> Fri, 22 Nov 2013 15:25:22 -0700 Parents: 6e51566e1732de7a751475c31852480808402c74 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=58494a113c8a733f10dc6d2a7909204ed4a3a54e Log: Oops; I messed up the padding last commit for the news articles. Changed paths: M styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css index ccf0fa1..2b815ec 100644 --- a/styles/home.css +++ b/styles/home.css @@ -68,7 +68,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 position: relative; } .newscontent { - padding: 0.75em 0.625em; + padding: 0 0.75em; border-top: solid 0.125em rgb(102, 102, 153); border-bottom: solid 1px rgb(202, 202, 227); background-color: rgb(238, 238, 246); @@ -102,10 +102,6 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 margin-top:.5em; } -.newsentry .newscontent { - padding: 5px; - margin-bottom: 20px; -} .newsentry .newsimage a { float: right; border: 0; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
