summaryrefslogtreecommitdiff
path: root/ext/standard/css.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-04-22 03:21:29 +0000
committerSascha Schumann <sas@php.net>2003-04-22 03:21:29 +0000
commitc523fc47666d66786c9c50231465892412608fd5 (patch)
tree07a02f960f8211c4b6c28810769fcf927e75523b /ext/standard/css.c
parent71722f28ba87df7ed8a90677b1854d8a19d5724b (diff)
downloadphp-git-c523fc47666d66786c9c50231465892412608fd5.tar.gz
Add vr class
Noticed by: Jon Parise
Diffstat (limited to 'ext/standard/css.c')
-rw-r--r--ext/standard/css.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/css.c b/ext/standard/css.c
index 31b5455234..7a99d21f1b 100644
--- a/ext/standard/css.c
+++ b/ext/standard/css.c
@@ -42,6 +42,7 @@ PHPAPI void php_info_print_css(TSRMLS_D)
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(".vr {background-color: #cccccc; text-align: right;}\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");