From: hal9 <hal9@users.sourceforge.net>
Date: Thu, 21 Mar 2002 15:59:44 +0000 (+0000)
Subject: css for html docs. A little color, please.
X-Git-Tag: v_2_9_12~12
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/documentation.html?a=commitdiff_plain;h=4b7e0d75b11a8d8aa91272670fd8de244b522ec6;p=privoxy.git

css for html docs. A little color, please.
---

diff --git a/doc/webserver/ijb_docs.css b/doc/webserver/ijb_docs.css
new file mode 100644
index 00000000..05935ca3
--- /dev/null
+++ b/doc/webserver/ijb_docs.css
@@ -0,0 +1,11 @@
+hr {  width: 95% }
+body { background: #EEEEEE}
+h1, h2, h3, h4 { font-family: arial, helvetica, sans-serif }
+code { color: green }
+pre { margin-left: 2% }
+h1 { color: #404; 
+  font-size: 175% 
+}
+h2 { color: #606 }
+h3, h4 { color: #806 }
+ul { list-style-type: square }