Commit: 7cdacd456c16a6b4a0c91219729e47ebfe8d7e1c Author: Adam Harvey <[email protected]> Tue, 1 Oct 2013 09:26:28 -0700 Parents: c3333fb73e465f94941e69571cc2f086eef0cf5b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7cdacd456c16a6b4a0c91219729e47ebfe8d7e1c Log: Set a default text colour for the beta site. Fixes bug #65799 (No default text colour defined). Bugs: https://bugs.php.net/65799 Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 3ee2ef2..a21b5e9 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -18,6 +18,7 @@ html { body { background:#fff; + color: black; } abbr { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
