From d5db453b0eab4cee431b3c352775a8c34b9db194 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Wed, 4 Jun 2008 15:50:13 +0000 Subject: [PATCH] Added font-size for parameter/PI titles to make them larger than the other h2 sections. --- xsl/docsrc/reference.css | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.50.1