[gtk-doc] Don't hardcode style in the markup



commit 1f7be760a3cd9e77796e96626bc966f29bdf6307
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Jul 24 15:32:53 2013 -0400

    Don't hardcode style in the markup
    
    Let CSS handle it all.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696570

 gtk-doc.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk-doc.xsl b/gtk-doc.xsl
index 3bc3934..04311b5 100644
--- a/gtk-doc.xsl
+++ b/gtk-doc.xsl
@@ -20,6 +20,7 @@
 
   <!-- change some parameters -->
   <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/index.html -->
+  <xsl:param name="admon.style"/>
   <xsl:param name="toc.section.depth">2</xsl:param>
   <xsl:param name="generate.toc">
     book       toc


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]