aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/lfs.css14
-rw-r--r--stylesheets/xhtml/lfs-mixed.xsl29
2 files changed, 0 insertions, 43 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 2e24fdb24..5bf7cc745 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -195,7 +195,6 @@ dd {
padding: 0;
}
-/*testing stuff*/
table {
width: 98%;
margin-left: 1em;
@@ -208,19 +207,6 @@ td {
td span, td p {
margin: 0.3em;
}
-/* */
-
-div.content dt {
- list-style: none;
- margin: 0;
- float: left;
- width: 20em;
-}
-
-div.content dd {
- margin: 0;
- padding-left: 20em;
-}
div.variablelist dd {
margin-bottom: 1em;
diff --git a/stylesheets/xhtml/lfs-mixed.xsl b/stylesheets/xhtml/lfs-mixed.xsl
index 3c7e5deb3..c1c9e7b7f 100644
--- a/stylesheets/xhtml/lfs-mixed.xsl
+++ b/stylesheets/xhtml/lfs-mixed.xsl
@@ -33,35 +33,6 @@
</xsl:choose>
</xsl:template>
-
- <!-- variablelist
- <xsl:template match="variablelist">
- <div class="{name(.)}">
- <xsl:if test="title | bridgehead">
- <xsl:choose>
- <xsl:when test="@role = 'materials'">
- <h2>
- <xsl:value-of select="title | bridgehead"/>
- </h2>
- </xsl:when>
- <xsl:otherwise>
- <h3>
- <xsl:value-of select="title | bridgehead"/>
- </h3>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:if>
- <dl>
- <xsl:if test="@role">
- <xsl:attribute name="class">
- <xsl:value-of select="@role"/>
- </xsl:attribute>
- </xsl:if>
- <xsl:apply-templates select="varlistentry"/>
- </dl>
- </div>
- </xsl:template>-->
-
<!-- segementedlist -->
<xsl:template match="seg">
<xsl:variable name="segnum" select="count(preceding-sibling::seg)+1"/>