Commit: 68d60dd38cb4411194332a02840fb0781295ce27 Author: Levi Morrison <[email protected]> Fri, 22 Nov 2013 15:25:22 -0700 Parents: 57f04361c96c09e54e47188ea0a56f7e1ec8ef1c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=68d60dd38cb4411194332a02840fb0781295ce27 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
