mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
overrule <center>
This commit is contained in:
parent
c10b169670
commit
fbd4b1733d
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue