mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-11 06:44:13 +01:00
Fixed a look issue in the packages and patches downloads pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
82d3941c5a
commit
7b7c3d88bc
@ -215,7 +215,7 @@ div.variablelist dd p {
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.materials dd {
|
div.materials dd {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,6 +54,22 @@
|
|||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- variablelist -->
|
||||||
|
<xsl:template match="variablelist">
|
||||||
|
<xsl:choose>
|
||||||
|
<xsl:when test="@role">
|
||||||
|
<div class="{@role}">
|
||||||
|
<xsl:apply-imports/>
|
||||||
|
</div>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:otherwise>
|
||||||
|
<xsl:apply-imports/>
|
||||||
|
</xsl:otherwise>
|
||||||
|
</xsl:choose>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<!-- Body attributes -->
|
<!-- Body attributes -->
|
||||||
<xsl:template name="body.attributes">
|
<xsl:template name="body.attributes">
|
||||||
<xsl:attribute name="id">
|
<xsl:attribute name="id">
|
||||||
|
Loading…
Reference in New Issue
Block a user