1 |
slords |
1.1 |
diff -up gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl.package gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl |
2 |
|
|
--- gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl.package 2008-09-22 16:06:09.000000000 -0400 |
3 |
|
|
+++ gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl 2008-11-29 11:35:54.000000000 -0500 |
4 |
|
|
@@ -465,6 +465,7 @@ span.medialabel { font-style: italic; } |
5 |
|
|
span.methodname { font-family: monospace; } |
6 |
|
|
span.ooclass, span.ooexception, span.oointerface { font-family: monospace; } |
7 |
|
|
span.option { font-family: monospace; } |
8 |
|
|
+span.package { font-family: monospace; } |
9 |
|
|
span.parameter { font-family: monospace; } |
10 |
|
|
span.paramdef span.parameter { font-style: italic; } |
11 |
|
|
span.prompt { font-family: monospace; } |
12 |
|
|
diff -up gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl.package gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl |
13 |
|
|
--- gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl.package 2008-09-22 16:06:09.000000000 -0400 |
14 |
|
|
+++ gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl 2008-11-29 11:35:54.000000000 -0500 |
15 |
|
|
@@ -669,6 +669,11 @@ FIXME |
16 |
|
|
<xsl:call-template name="db2html.inline"/> |
17 |
|
|
</xsl:template> |
18 |
|
|
|
19 |
|
|
+<!-- = package = --> |
20 |
|
|
+<xsl:template match="package"> |
21 |
|
|
+ <xsl:call-template name="db2html.inline"/> |
22 |
|
|
+</xsl:template> |
23 |
|
|
+ |
24 |
|
|
<!-- = pagenums = --> |
25 |
|
|
<xsl:template match="pagenums"> |
26 |
|
|
<xsl:call-template name="db2html.inline"/> |