Commit: 88efe9b65303053493147c06e16424ae7d269eb8 Author: Hannes Magnusson <[email protected]> Wed, 20 Nov 2013 21:05:50 -0800 Parents: d05d620d1230f4e091351172d93765b11e509349 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=88efe9b65303053493147c06e16424ae7d269eb8 Log: Align the headers of the tips box and news entries Changed paths: M styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css index c0280ca..2833370 100644 --- a/styles/home.css +++ b/styles/home.css @@ -154,6 +154,9 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 /* }}} */ +.newsentry { + margin:0.66666666666667em 0; +} .newsentry .newstitle a { background-color: #ebebf4; color:#333; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
