Update of /cvsroot/mockobjects/no-stone-unturned/doc/xdocs
In directory usw-pr-cvs1:/tmp/cvs-serv3492/doc/xdocs
Modified Files:
htmlbook.xsl htmlbook.css
Log Message:
changed fixed font emphasis to bold
added emphasis to <screen>
Index: htmlbook.xsl
===================================================================
RCS file: /cvsroot/mockobjects/no-stone-unturned/doc/xdocs/htmlbook.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- htmlbook.xsl 1 Sep 2002 00:29:07 -0000 1.11
+++ htmlbook.xsl 2 Sep 2002 22:39:25 -0000 1.12
@@ -55,6 +55,12 @@
</xsl:call-template>
</xsl:template>
+ <xsl:template match="screen/emphasis">
+ <xsl:call-template name="inline.span">
+ <xsl:with-param name="spanclass" select="'emphasis'" />
+ </xsl:call-template>
+ </xsl:template>
+
<xsl:template match="comment|remark">
<xsl:if test="$show.comments != 0">
<xsl:call-template name="inline.span">
Index: htmlbook.css
===================================================================
RCS file: /cvsroot/mockobjects/no-stone-unturned/doc/xdocs/htmlbook.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- htmlbook.css 1 Sep 2002 00:29:07 -0000 1.14
+++ htmlbook.css 2 Sep 2002 22:39:25 -0000 1.15
@@ -31,7 +31,7 @@
DIV.sidebar P { margin-top: 10px; margin-bottom: 10px; }
DIV.sidebar P.title { margin-top: 0%; font-style: italic; font-size: 130%; }
-PRE SPAN.emphasis { font-style: italic; }
+PRE SPAN.emphasis { font-weight: bold; }
.lineannotation { font-style: italic; font-family: "Century Schoolbook", Times, serif; }
.footnote { margin-left: 5%; text-indent: -3% }
|