Tweak HV1 help styling and image elements.

This commit is contained in:
Dean Camera 2013-04-23 17:54:17 +00:00
parent cf8ec8967e
commit 5dba028aa5
3 changed files with 14 additions and 18 deletions

View File

@ -53,7 +53,7 @@
</xsl:call-template>
</xsl:variable>
<book name="{$book.id}">
<book id="{$book.id}">
<title>
<xsl:value-of select="$book.title"/>
</title>
@ -747,11 +747,6 @@
</xsl:template>
<xsl:template match="image">
<figure>
<title>
<xsl:value-of select="."/>
</title>
<mediaobject>
<imageobject>
<imagedata>
@ -762,7 +757,6 @@
</imagedata>
</imageobject>
</mediaobject>
</figure>
</xsl:template>
<xsl:template match="detaileddescription">

View File

@ -20,7 +20,7 @@
font-family: "Consolas", "Courier New", sans-serif;
}
.note {
.note, .warning, .tip {
display: block;
margin-left: 15px;
padding-left: 10px;

View File

@ -86,6 +86,8 @@ $(MSHELP_OUTPUT_XML): $(DOXYGEN_COMBINED_XML)
@echo Converting Doxygen XML to Docbook...
@-mkdir mshelp 2> /dev/null
@xsltproc HV1/lufa_docbook_transform.xsl $(DOXYGEN_COMBINED_XML) > mshelp/lufa_docbook.xml
@echo Converting Docbook to Microsoft Help 1.0...
@cd mshelp && xsltproc $(MSHELP_GEN_PARAMS) ../Docbook/mshelp/docbook.xsl lufa_docbook.xml
@echo Copying help assets...