|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-12-11 18:15 UTC] email at philsturgeon dot co dot uk
[2013-12-11 20:54 UTC] aharvey@php.net
-Status: Open
+Status: Feedback
-Package: Online Doc Editor problem
+Package: Website problem
[2013-12-11 22:56 UTC] wayne dot david dot harris at gmail dot com
-Summary: WEBSITE: overwritten code examples throughout whole
website !
+Summary: !! overwritten code examples throughout whole website
-Status: Feedback
+Status: Open
-Package: Website problem
+Package: Online Doc Editor problem
[2013-12-11 22:56 UTC] wayne dot david dot harris at gmail dot com
[2013-12-31 17:53 UTC] frozenfire@php.net
-Package: Online Doc Editor problem
+Package: Website problem
[2014-01-22 08:18 UTC] arjan at uprise dot nl
[2014-02-14 19:51 UTC] sdxqy at getairmail dot com
[2014-02-14 19:55 UTC] bjori@php.net
[2015-01-03 11:02 UTC] jacob@php.net
[2015-01-03 11:02 UTC] jacob@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: jacob
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 11:00:01 2025 UTC |
Description: ------------ Across the whole new website code examples overwrite because of incorrect css letterspacing/wordspacing for the monospace font I have tested in Chrome and Firefox and still same problem relevant CSS: .refsect1 .dc-description, .refsect1 .dc-description code, .docs .sect1 .dc-description, .docs .sect1 .dc-description code { font-weight: 400; font-size: 16px; font-family: "Source Code Pro", monospace; letter-spacing: -.0625em; word-spacing: -.125em; margin: 0; } e.g in.. Constructors and Destructors Constructor ******************* void __construct ([ mixed $args [, $... ]] ) ********************** ** this line is completely overwritten scrambled. In the space of the word '__construct' the whole line overwrites to be totally unreadable Very weird that no-one else is experiencing this.. Cheers Wayne