Update of /cvsroot/perl-xml/perl-xml-faq
In directory usw-pr-cvs1:/tmp/cvs-serv31656
Modified Files:
faq.css faq-style.xsl
Log Message:
- minor formatting tweaks
Index: faq.css
===================================================================
RCS file: /cvsroot/perl-xml/perl-xml-faq/faq.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- faq.css 31 Mar 2002 20:00:41 -0000 1.1.1.1
+++ faq.css 17 Apr 2002 20:46:36 -0000 1.2
@@ -12,6 +12,13 @@
font-weight: normal;
}
+TH {
+ background: #FFFFFF;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+ font-weight: bold;
+}
+
.programlisting {
padding-top: 10;
padding-left: 8;
@@ -33,3 +40,6 @@
border-color: #eeeeee;
}
+DIV.revhistory {
+ width: 400px;
+}
Index: faq-style.xsl
===================================================================
RCS file: /cvsroot/perl-xml/perl-xml-faq/faq-style.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- faq-style.xsl 2 Apr 2002 21:44:24 -0000 1.2
+++ faq-style.xsl 17 Apr 2002 20:46:36 -0000 1.3
@@ -13,8 +13,8 @@
<xsl:param name="css.decoration">1</xsl:param>
<xsl:param name="html.stylesheet.type">text/css</xsl:param>
-<xsl:param name="html.stylesheet" select="'faq.css'"/>
-<xsl:param name="spacing.paras" select="'1'"/>
+<xsl:param name="html.stylesheet">faq.css</xsl:param>
+<xsl:param name="spacing.paras">1</xsl:param>
<!-- Templates to override defaults -->
@@ -26,6 +26,12 @@
<xsl:template match="answer/formalpara/title">
<br /><b><xsl:value-of select="." /></b><br />
</xsl:template>
+
+<!-- Why didn't this work?
+<xsl:template match="revhistory">
+ <p>Revision History Here</p>
+</xsl:template>
+-->
</xsl:stylesheet>
|