css for html docs. A little color, please.
authorhal9 <hal9@users.sourceforge.net>
Thu, 21 Mar 2002 15:59:44 +0000 (15:59 +0000)
committerhal9 <hal9@users.sourceforge.net>
Thu, 21 Mar 2002 15:59:44 +0000 (15:59 +0000)
doc/webserver/ijb_docs.css [new file with mode: 0644]

diff --git a/doc/webserver/ijb_docs.css b/doc/webserver/ijb_docs.css
new file mode 100644 (file)
index 0000000..05935ca
--- /dev/null
@@ -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 }