php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #63255
Patch bug63255 revision 2012-10-10 16:10 UTC by pascal dot chevrel at free dot fr

Patch bug63255 for Built-in web server Bug #63255

Patch version 2012-10-10 16:10 UTC

Return to Bug #63255 | Download this patch
Patch Revisions:

Developer: pascal.chevrel@free.fr

diff --git a/sapi/cli/php_cli_server.c b/sapi/cli/php_cli_server.c
index d0d4cef..4a84a21 100644
--- a/sapi/cli/php_cli_server.c
+++ b/sapi/cli/php_cli_server.c
@@ -280,8 +280,9 @@ ZEND_DECLARE_MODULE_GLOBALS(cli_server);
  * copied from ext/standard/info.c
  */
 static const char php_cli_server_css[] = "<style>\n" \
-										"body { background-color: #ffffff; color: #000000; }\n" \
-										"h1 { font-family: sans-serif; font-size: 150%; background-color: #9999cc; font-weight: bold; color: #000000; margin-top: 0;}\n" \
+										"body { background-color: #FCFCFC; color: #333333; margin: 0; padding:0; }\n" \
+										"h1 { font-size: 1.5em; font-weight: normal; background-color: #9999CC; min-height:2em; line-height:2em; border-bottom: 1px inset black; margin: 0; }\n" \
+										"h1, p { padding-left: 10px; }\n" \
 										"</style>\n";
 /* }}} */
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 06:01:33 2024 UTC