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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5db453b0eab4cee431b3c352775a8c34b9db194;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