the thing is it did fix something; on IE the center tag was causing ALL of
the debug output to be centered. This meant it was impossible to read if you
had a long string, such as $_ENV["LS_COLORS"].

Your comment about this causing 'all the output to be left aligned' is
baseless, as i have screenshots from linux proving otherwise, as well as
various gecko-based browsers on win32 proving this fix does nothing but
unbreak IE.

Stop being difficult and reverting all my patches.

 -- james

> -----Original Message-----
> From: Jani Taskinen [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 12:19 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-CVS] cvs: php4 /ext/standard css.c
>
>
> sniper                Wed Oct  9 19:18:48 2002 EDT
>
>   Modified files:
>     /php4/ext/standard        css.c
>   Log:
>   Revert previous change, it did not fix anything.
>
>
> Index: php4/ext/standard/css.c
> diff -u php4/ext/standard/css.c:1.4 php4/ext/standard/css.c:1.5
> --- php4/ext/standard/css.c:1.4       Wed Oct  9 18:32:01 2002
> +++ php4/ext/standard/css.c   Wed Oct  9 19:18:47 2002
> @@ -16,7 +16,7 @@
>
> +----------------------------------------------------------------------+
>  */
>
> -/* $Id: css.c,v 1.4 2002/10/09 22:32:01 imajes Exp $ */
> +/* $Id: css.c,v 1.5 2002/10/09 23:18:47 sniper Exp $ */
>
>  #include "php.h"
>  #include "info.h"
> @@ -38,13 +38,12 @@
>       PUTS("h1 {font-size: 150%;}\n");
>       PUTS("h2 {font-size: 125%;}\n");
>       PUTS(".p {text-align: left;}\n");
> -     PUTS(".e {text-align: left; background-color: #ccccff;
> font-weight: bold;}\n");
> -     PUTS(".h {text-align: left; background-color: #9999cc;
> font-weight: bold;}\n");
> -     PUTS(".v {text-align: left; background-color: #cccccc;}\n");
> +     PUTS(".e {background-color: #ccccff; font-weight: bold;}\n");
> +     PUTS(".h {background-color: #9999cc; font-weight: bold;}\n");
> +     PUTS(".v {background-color: #cccccc;}\n");
>       PUTS("i {color: #666666;}\n");
>       PUTS("img {float: right; border: 0px;}\n");
>       PUTS("hr {width: 600px; align: center; background-color:
> #cccccc; border: 0px; height: 1px;}\n");
> -
>  }
>  /* }}} */
>
>
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to