]> granicus.if.org Git - docbook-dsssl/commitdiff
Added font-size for parameter/PI titles to make them larger than the other h2 sections.
authorMauritz Jeanson <mj@johanneberg.com>
Wed, 4 Jun 2008 15:50:13 +0000 (15:50 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Wed, 4 Jun 2008 15:50:13 +0000 (15:50 +0000)
xsl/docsrc/reference.css

index 53982d0a87e0a5fc4c1bae4e909d4022bd6fd420..6813e8d5261ec800d0c4ac7a9d23846d5784ec8e 100644 (file)
@@ -53,3 +53,8 @@ div.informalexample pre {
   border-bottom-width: 0px;
   padding: 0px;
 }
+
+/* Parameter and PI titles */
+  div.refnamediv h2 {
+  font-size: 2em; 
+}
\ No newline at end of file