1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 16:45:46 +01:00

Kludgilly fix some help layout bugs.

This commit is contained in:
Kris Maglione
2009-11-03 22:35:16 -05:00
parent 66286a890c
commit fee974fdab
2 changed files with 11 additions and 6 deletions

View File

@@ -324,17 +324,21 @@
</xsl:template> </xsl:template>
<xsl:template match="liberator:note" mode="pass-2"> <xsl:template match="liberator:note" mode="pass-2">
<p> <div style="clear: both;"/>
<span liberator:highlight="Note">Note:</span> <xsl:apply-templates select="@tag"/>
<p style="clear: both;">
<span liberator:highlight="HelpNote">Note:</span>
<xsl:text> </xsl:text> <xsl:text> </xsl:text>
<xsl:apply-templates select="@*|node()"/> <xsl:apply-templates select="@*[name()!='tag']|node()"/>
</p> </p>
</xsl:template> </xsl:template>
<xsl:template match="liberator:warning" mode="pass-2"> <xsl:template match="liberator:warning" mode="pass-2">
<p> <div style="clear: both;"/>
<span liberator:highlight="Warning">Warning:</span> <xsl:apply-templates select="@tag"/>
<p style="clear: both;">
<span liberator:highlight="HelpWarning">Warning:</span>
<xsl:text> </xsl:text> <xsl:text> </xsl:text>
<xsl:apply-templates select="@*|node()"/> <xsl:apply-templates select="@*[name()!='tag']|node()"/>
</p> </p>
</xsl:template> </xsl:template>
<xsl:template match="liberator:default" mode="pass-2"> <xsl:template match="liberator:default" mode="pass-2">

View File

@@ -38,6 +38,7 @@ web browser, as key bindings differ according to which mode you are in.
</p> </p>
<tags>author donaton sponsor</tags> <tags>author donaton sponsor</tags>
<strut/>
<p> <p>
&liberator.appname; was initially written by &liberator.appname; was initially written by
<link topic="mailto:stubenschrott@vimperator.org">Martin <link topic="mailto:stubenschrott@vimperator.org">Martin