Index: third_party/docbook-xsl-1.78.0/params/callout.list.table.xml |
diff --git a/third_party/docbook-xsl-1.78.0/params/callout.list.table.xml b/third_party/docbook-xsl-1.78.0/params/callout.list.table.xml |
deleted file mode 100644 |
index 6fece033c31b53b4c50d775f90231dca6f8223a7..0000000000000000000000000000000000000000 |
--- a/third_party/docbook-xsl-1.78.0/params/callout.list.table.xml |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-<refentry xmlns="http://docbook.org/ns/docbook" |
- xmlns:xlink="http://www.w3.org/1999/xlink" |
- xmlns:xi="http://www.w3.org/2001/XInclude" |
- xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" |
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
- version="5.0" xml:id="callout.list.table"> |
-<refmeta> |
-<refentrytitle>callout.list.table</refentrytitle> |
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> |
-</refmeta> |
-<refnamediv> |
-<refname>callout.list.table</refname> |
-<refpurpose>Present callout lists using a table?</refpurpose> |
-</refnamediv> |
- |
-<refsynopsisdiv> |
-<src:fragment xml:id="callout.list.table.frag"> |
-<xsl:param name="callout.list.table" select="1"/> |
-</src:fragment> |
-</refsynopsisdiv> |
- |
-<refsection><info><title>Description</title></info> |
- |
-<para>The default presentation of <tag>calloutlist</tag>s uses |
-an HTML <tag>DL</tag> element. Some browsers don't align DLs very well |
-if <parameter>callout.graphics</parameter> is used. With this option |
-turned on, <tag>calloutlist</tag>s are presented in an HTML |
-<tag>TABLE</tag>, which usually results in better alignment |
-of the callout number with the callout description.</para> |
- |
-</refsection> |
-</refentry> |