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

Reply via email to