[Zope3-checkins] CVS: Zope3/doc/security - default.css:1.2

Christian Theune ct@gocept.com
Wed, 16 Jul 2003 17:11:20 -0400


Update of /cvs-repository/Zope3/doc/security
In directory cvs.zope.org:/tmp/cvs-serv21591

Modified Files:
	default.css 
Log Message:
 - shifted indentation a little bit to mark up section level
 - coloring <em> red to make function specifications better readable


=== Zope3/doc/security/default.css 1.1 => 1.2 ===
--- Zope3/doc/security/default.css:1.1	Mon Jul 14 17:14:12 2003
+++ Zope3/doc/security/default.css	Wed Jul 16 17:11:14 2003
@@ -219,5 +219,49 @@
   list-style-type: none }
 
 li {
-    margin-bottom:1em;
+    margin-bottom:0.5em;
+    margin-top:0.5em;
+    }
+
+h1, h2, h3, h4, h5, h6 {
+    font-weight: bold;
+    border-bottom:1px solid black;
+    }
+
+h1  {
+    font-size: 14pt;
+}
+
+h2  {
+    font-size: 12pt;
+    padding-left:1em;
+}
+
+h3, h4, h5, h6 {
+    font-size: 10pt;
+    padding-left:2em;
+}
+
+h4 {
+    padding-left:3em;
+}
+
+h5 {
+    padding-left:4em;
+}
+
+h6 {
+    padding-left:5em;
+}
+
+dl {
+    margin-left:2em;
+    }
+dt {
+    font-size: 10pt;
+    font-weight: bold;
+    }
+
+em {
+    color: red;
     }