From c6ae177b07977758feede3707213211fa7fdf8ec Mon Sep 17 00:00:00 2001
From: "Predrag \"Pele\" Balorda" <pele@openldap.org>
Date: Sat, 28 Nov 1998 11:54:48 +0000
Subject: [PATCH] Added style.css for php3-tool. I really don't know why it
 wasn't in the repository before....

---
 contrib/php3-tool/style.css | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 contrib/php3-tool/style.css

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;
+	}
-- 
GitLab