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:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user