1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-03 09:35: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 match="liberator:note" mode="pass-2">
<p>
<span liberator:highlight="Note">Note:</span>
<div style="clear: both;"/>
<xsl:apply-templates select="@tag"/>
<p style="clear: both;">
<span liberator:highlight="HelpNote">Note:</span>
<xsl:text> </xsl:text>
<xsl:apply-templates select="@*|node()"/>
<xsl:apply-templates select="@*[name()!='tag']|node()"/>
</p>
</xsl:template>
<xsl:template match="liberator:warning" mode="pass-2">
<p>
<span liberator:highlight="Warning">Warning:</span>
<div style="clear: both;"/>
<xsl:apply-templates select="@tag"/>
<p style="clear: both;">
<span liberator:highlight="HelpWarning">Warning:</span>
<xsl:text> </xsl:text>
<xsl:apply-templates select="@*|node()"/>
<xsl:apply-templates select="@*[name()!='tag']|node()"/>
</p>
</xsl:template>
<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>
<tags>author donaton sponsor</tags>
<strut/>
<p>
&liberator.appname; was initially written by
<link topic="mailto:stubenschrott@vimperator.org">Martin