overrule <center>

This commit is contained in:
James Cox 2002-10-09 22:32:01 +00:00
parent c10b169670
commit fbd4b1733d

View file

@ -38,9 +38,9 @@ PHPAPI void php_info_print_css(void)
PUTS("h1 {font-size: 150%;}\n"); PUTS("h1 {font-size: 150%;}\n");
PUTS("h2 {font-size: 125%;}\n"); PUTS("h2 {font-size: 125%;}\n");
PUTS(".p {text-align: left;}\n"); PUTS(".p {text-align: left;}\n");
PUTS(".e {background-color: #ccccff; font-weight: bold;}\n"); PUTS(".e {text-align: left; background-color: #ccccff; font-weight: bold;}\n");
PUTS(".h {background-color: #9999cc; font-weight: bold;}\n"); PUTS(".h {text-align: left; background-color: #9999cc; font-weight: bold;}\n");
PUTS(".v {background-color: #cccccc;}\n"); PUTS(".v {text-align: left; background-color: #cccccc;}\n");
PUTS("i {color: #666666;}\n"); PUTS("i {color: #666666;}\n");
PUTS("img {float: right; border: 0px;}\n"); PUTS("img {float: right; border: 0px;}\n");
PUTS("hr {width: 600px; align: center; background-color: #cccccc; border: 0px; height: 1px;}\n"); PUTS("hr {width: 600px; align: center; background-color: #cccccc; border: 0px; height: 1px;}\n");