We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71722f2 commit c523fc4Copy full SHA for c523fc4
ext/standard/css.c
@@ -42,6 +42,7 @@ PHPAPI void php_info_print_css(TSRMLS_D)
42
PUTS(".e {background-color: #ccccff; font-weight: bold;}\n");
43
PUTS(".h {background-color: #9999cc; font-weight: bold;}\n");
44
PUTS(".v {background-color: #cccccc;}\n");
45
+ PUTS(".vr {background-color: #cccccc; text-align: right;}\n");
46
PUTS("i {color: #666666;}\n");
47
PUTS("img {float: right; border: 0px;}\n");
48
PUTS("hr {width: 600px; align: center; background-color: #cccccc; border: 0px; height: 1px;}\n");
0 commit comments