summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cox <imajes@php.net>2002-10-09 22:32:01 +0000
committerJames Cox <imajes@php.net>2002-10-09 22:32:01 +0000
commitfbd4b1733d7c50fe12cbbe5ece33014a6d0bd2d8 (patch)
tree8dc486c89152cb19c5732b9918de48b7f573165b
parentc10b16967018d7e0ece1c70d696ca2bc91a5f5e5 (diff)
downloadphp-git-fbd4b1733d7c50fe12cbbe5ece33014a6d0bd2d8.tar.gz
overrule <center>
-rw-r--r--ext/standard/css.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/css.c b/ext/standard/css.c
index 7c6f464421..64139fb277 100644
--- a/ext/standard/css.c
+++ b/ext/standard/css.c
@@ -38,9 +38,9 @@ PHPAPI void php_info_print_css(void)
PUTS("h1 {font-size: 150%;}\n");
PUTS("h2 {font-size: 125%;}\n");
PUTS(".p {text-align: left;}\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(".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("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");