From 628ed01e80cd6921fa50b90b6446c7f46ec37bb4 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 22 Nov 2010 05:13:33 -0700 Subject: [PATCH] Ensure admon graphic width is 24pt (INT-1612) This avoids the issue we were seeing in SI the reference doc PDF where admon graphics (tip, warning, note, etc) were 'fuzzy' because 24pt graphics were being blown up to 36pt. --- docs/src/reference/resources/xsl/pdf-custom.xsl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/reference/resources/xsl/pdf-custom.xsl b/docs/src/reference/resources/xsl/pdf-custom.xsl index 7efc0e39cb..78e037243e 100644 --- a/docs/src/reference/resources/xsl/pdf-custom.xsl +++ b/docs/src/reference/resources/xsl/pdf-custom.xsl @@ -24,12 +24,20 @@ xmlns:xslthl="http://xslthl.sf.net" exclude-result-prefixes="xslthl" version='1.0'> + + + + + 24pt + +