From: Predrag "Pele" Balorda Date: Sat, 28 Nov 1998 11:54:48 +0000 (+0000) Subject: Added style.css for php3-tool. I really don't know why it wasn't in the repository... X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1010 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c6ae177b07977758feede3707213211fa7fdf8ec;p=openldap Added style.css for php3-tool. I really don't know why it wasn't in the repository before.... --- diff --git a/contrib/php3-tool/style.css b/contrib/php3-tool/style.css new file mode 100644 index 0000000000..f27247ca48 --- /dev/null +++ b/contrib/php3-tool/style.css @@ -0,0 +1,24 @@ + BODY,B,P,H2,H1 { + font-family: lucida sans unicode; + } + BODY,P { + font-weight: bold; + font-size: 12pt; + } + .form { + font-size: 10pt; + color: #003333; + } + H3 { + font-family: Verdana,Arial,Helvetica; + font-size: 12pt; + font-weight: bold; + } + .head { + font-size: 13pt; + color: #003333; + } + .subsection { + font-size: 12pt; + color: #003333; + }