Commit: a56e42370f4c4dd8661cca5ab99e858e5549413c Author: Levi Morrison <[email protected]> Sun, 15 Dec 2013 16:47:39 -0700 Parents: ecf22574ce96ee76aa44b2270526e7eeacb41331 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a56e42370f4c4dd8661cca5ab99e858e5549413c Log: Fixed minor display bug in headers on the homepage. Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 2bfd786..b6c878d 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -106,8 +106,11 @@ h1.refname { color:#f80; } +.home .newsentry h3 a { + color: #446; + border-color:#C6C6E2; +} .home .newsentry h3, -.home .newsentry h3 a, .downloads .content-header, .refsect1 h3.title { color: #446; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
