aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/glibc.xml1
-rw-r--r--stylesheets/lfs.css20
-rw-r--r--stylesheets/xhtml/lfs-mixed.xsl4
3 files changed, 23 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 20171335f..ce1817e44 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -302,6 +302,7 @@ libthread_db.so, and libutil.[a,so]</seg></seglistitem>
<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
+<?dbhtml list-presentation="table"?>
<varlistentry id="catchsegv">
<term><command>catchsegv</command></term>
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 638ceee34..2e24fdb24 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -190,6 +190,26 @@ dd {
padding: 0;
}
+dd {
+ margin: 0 0 1em 3em;
+ padding: 0;
+}
+
+/*testing stuff*/
+table {
+ width: 98%;
+ margin-left: 1em;
+}
+
+td {
+ vertical-align: top;
+}
+
+td span, td p {
+ margin: 0.3em;
+}
+/* */
+
div.content dt {
list-style: none;
margin: 0;
diff --git a/stylesheets/xhtml/lfs-mixed.xsl b/stylesheets/xhtml/lfs-mixed.xsl
index a70098212..3c7e5deb3 100644
--- a/stylesheets/xhtml/lfs-mixed.xsl
+++ b/stylesheets/xhtml/lfs-mixed.xsl
@@ -34,7 +34,7 @@
</xsl:template>
- <!-- variablelist -->
+ <!-- variablelist
<xsl:template match="variablelist">
<div class="{name(.)}">
<xsl:if test="title | bridgehead">
@@ -60,7 +60,7 @@
<xsl:apply-templates select="varlistentry"/>
</dl>
</div>
- </xsl:template>
+ </xsl:template>-->
<!-- segementedlist -->
<xsl:template match="seg">