Commit: 4ec67b06b75c0c2d44889ab16dc4c1742dd6479f Author: levijm <[email protected]> Fri, 9 May 2014 12:44:51 -0600 Parents: a5a0f85144e4d39ea3e6a3934f0896db9b40fbd4 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=4ec67b06b75c0c2d44889ab16dc4c1742dd6479f Log: Fixing navigation color Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index c70ae70..6d77639 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -64,7 +64,8 @@ nav ul { nav li { display: inline-block; } -body > header nav a { +body > header nav a:link, +body > header nav a:visited { display: inline-block; color: #E2E4EF; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
