]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated doc CSS file to Use shading for synopsis output, and
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 12 Jul 2007 04:11:27 +0000 (04:11 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 12 Jul 2007 04:11:27 +0000 (04:11 +0000)
changed indenting style.

xsl/docsrcx/reference.css

index 653e0ff00a226082ac742d54e671df59ee13e318..6ef809a1913f80e83a082de0bc6c4f0314b08859 100644 (file)
@@ -1,6 +1,10 @@
-/* reference.css, a stylesheet for reference documentation */
+/* reference.css, a stylesheet for reference documentation
+ * generated by the DocBook XSL Stylesheets */
+/* $Id$ */
 
-div.legalnotice { font-size: 80%; }
+div.legalnotice {
+  font-size: 80%;
+}
 
 div.note {
   border-left: solid #d5dee3 20px;
@@ -10,34 +14,37 @@ div.note {
   padding: 5px;
 }
 
-div.informalexample        { background-color: #d5dee3;
-                             border-top-width: 2px;
-                             border-top-style: double;
-                             border-top-color: #d3d3d3;
-                             border-bottom-width: 2px;
-                             border-bottom-style: double;
-                             border-bottom-color: #d3d3d3;
-                             padding: 4px;
-                             margin: 0em;
-                             margin-left: 2em;
-                           }
+div.informalexample {
+  background-color: #d5dee3;
+  border-top-width: 2px;
+  border-top-style: double;
+  border-top-color: #d3d3d3;
+  border-bottom-width: 2px;
+  border-bottom-style: double;
+  border-bottom-color: #d3d3d3;
+  padding: 4px;
+  margin: 0em;
+  margin-left: 2em;
+}
 
-pre.programlisting         { whitespace: pre;
-                             font-family: monospace;
-                             background-color: #d5dee3;
-                             border-top-width: 1px;
-                             border-top-style: single;
-                             border-top-color: #d3d3d3;
-                             border-bottom-width: 1px;
-                             border-bottom-style: single;
-                             border-bottom-color: #d3d3d3;
-                             padding: 4px;
-                             margin: 0em;
-                           }
+pre.programlisting, pre.synopsis {
+  whitespace: pre;
+  font-family: monospace;
+  background-color: #d5dee3;
+  border-top-width: 1px;
+  border-top-style: single;
+  border-top-color: #d3d3d3;
+  border-bottom-width: 1px;
+  border-bottom-style: single;
+  border-bottom-color: #d3d3d3;
+  padding: 4px;
+  margin: 0em;
+}
 
-div.informalexample pre    { whitespace: pre;
-                             font-family: monospace;
-                             border-top-width: 0px;
-                             border-bottom-width: 0px;
-                             padding: 0px;
-                           }
+div.informalexample pre {
+  whitespace: pre;
+  font-family: monospace;
+  border-top-width: 0px;
+  border-bottom-width: 0px;
+  padding: 0px;
+}