[yelp-xsl/wip/api-1-0] mal2html-links: Always use div.contents
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl/wip/api-1-0] mal2html-links: Always use div.contents
- Date: Sun, 18 Mar 2012 04:19:19 +0000 (UTC)
commit 7b5db4f1e50db9ba6b3f6d100f2596a150ed6616
Author: Shaun McCance <shaunm gnome org>
Date: Fri Mar 16 21:45:01 2012 -0400
mal2html-links: Always use div.contents
xslt/mallard/html/mal2html-links.xsl | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-links.xsl b/xslt/mallard/html/mal2html-links.xsl
index 5bca4ae..298b810 100644
--- a/xslt/mallard/html/mal2html-links.xsl
+++ b/xslt/mallard/html/mal2html-links.xsl
@@ -118,7 +118,7 @@ parameter will be used if provided.
</div>
</xsl:when>
</xsl:choose>
- <div class="region">
+ <div class="region"><div class="contents">
<xsl:variable name="uithumbs">
<xsl:variable name="uithumbs_">
<xsl:for-each select="str:split(@ui:thumbs)">
@@ -212,7 +212,7 @@ parameter will be used if provided.
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>
- </div>
+ </div></div>
</div>
</div>
</xsl:template>
@@ -483,7 +483,7 @@ element containing ${node}.
<xsl:apply-templates mode="mal2html.block.mode" select="$node/mal:title">
<xsl:with-param name="depth" select="$depth"/>
</xsl:apply-templates>
- <div class="region">
+ <div class="region"><div class="contents">
<ul>
<xsl:for-each select="$node/../mal:section">
<xsl:call-template name="mal2html.links.ul.li">
@@ -492,7 +492,7 @@ element containing ${node}.
</xsl:call-template>
</xsl:for-each>
</ul>
- </div>
+ </div></div>
</div>
</div>
</xsl:if>
@@ -576,7 +576,7 @@ This template calls *{mal2html.links.series.prev} and
</xsl:call-template>
<div class="inner">
<xsl:apply-templates mode="mal2html.block.mode" select="$title"/>
- <div class="region">
+ <div class="region"><div class="contents">
<ul>
<xsl:call-template name="mal2html.links.series.prev">
<xsl:with-param name="node" select="$page"/>
@@ -592,7 +592,7 @@ This template calls *{mal2html.links.series.prev} and
<xsl:with-param name="node" select="$page"/>
</xsl:call-template>
</ul>
- </div>
+ </div></div>
</div>
</div>
</xsl:template>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]