php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65799 No default text colour defined
Submitted: 2013-10-01 10:38 UTC Modified: 2013-10-01 16:26 UTC
From: php at iostream dot se Assigned: aharvey (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: php at iostream dot se
New email:
PHP Version: OS:

 

 [2013-10-01 10:38 UTC] php at iostream dot se
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; }


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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
The fix for this bug has been committed. Since the websites are not directly
updated from the repository, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 19:01:30 2024 UTC