Skip to content

Commit c523fc4

Browse files
author
Sascha Schumann
committed
Add vr class
Noticed by: Jon Parise
1 parent 71722f2 commit c523fc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/css.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ PHPAPI void php_info_print_css(TSRMLS_D)
4242
PUTS(".e {background-color: #ccccff; font-weight: bold;}\n");
4343
PUTS(".h {background-color: #9999cc; font-weight: bold;}\n");
4444
PUTS(".v {background-color: #cccccc;}\n");
45+
PUTS(".vr {background-color: #cccccc; text-align: right;}\n");
4546
PUTS("i {color: #666666;}\n");
4647
PUTS("img {float: right; border: 0px;}\n");
4748
PUTS("hr {width: 600px; align: center; background-color: #cccccc; border: 0px; height: 1px;}\n");

0 commit comments

Comments
 (0)