Commit: bda61e9795e3d8dc87a82b7a8f7582a74b00fded Author: Levi Morrison <[email protected]> Sun, 15 Dec 2013 16:47:39 -0700 Parents: ad35a97a1f13084285eeb636dfa73c6a7dc83b10 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bda61e9795e3d8dc87a82b7a8f7582a74b00fded 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
