|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-10-01 16:26 UTC] aharvey@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: aharvey
[2013-10-01 16:26 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 04:00:01 2025 UTC |
Description: ------------ On the new site, some elements are relying on the browser's default text colour instead of explicitly specifying it to be black. Thus, when having changed the browser's default styles, the text will be ugly and/or unreadable. Fix: ---- Specify a default text colour, e.g. body { color: #000; }