]> git.sur5r.net Git - openldap/commitdiff
Added style.css for php3-tool. I really don't know why it wasn't in the repository...
authorPredrag "Pele" Balorda <pele@openldap.org>
Sat, 28 Nov 1998 11:54:48 +0000 (11:54 +0000)
committerPredrag "Pele" Balorda <pele@openldap.org>
Sat, 28 Nov 1998 11:54:48 +0000 (11:54 +0000)
contrib/php3-tool/style.css [new file with mode: 0644]

diff --git a/contrib/php3-tool/style.css b/contrib/php3-tool/style.css
new file mode 100644 (file)
index 0000000..f27247c
--- /dev/null
@@ -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;
+       }