From: Mauritz Jeanson Date: Wed, 4 Jun 2008 15:50:13 +0000 (+0000) Subject: Added font-size for parameter/PI titles to make them larger than the other h2 sections. X-Git-Tag: release/1.79.1~6^2~1320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02d65944fcfd91a5c72d4e50810acc65297618e3;p=docbook-dsssl Added font-size for parameter/PI titles to make them larger than the other h2 sections. --- diff --git a/xsl/docsrc/reference.css b/xsl/docsrc/reference.css index 53982d0a8..6813e8d52 100644 --- a/xsl/docsrc/reference.css +++ b/xsl/docsrc/reference.css @@ -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