Commit:    74aba00a6bcdcc9dcdb1d26efd0a985b734ec65f
Author:    Adam Harvey <ahar...@php.net>         Tue, 1 Oct 2013 09:26:28 -0700
Parents:   1fe41fd3e0789050142898a040f5311fbd6b250a
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=74aba00a6bcdcc9dcdb1d26efd0a985b734ec65f

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

Reply via email to