Explorar el Código

Rendering Acronymlist as table.
Fixed an small look issue.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Manuel Canales Esparcia hace 20 años
padre
commit
68bcfc7d7c
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 1 0
      appendixa/acronymlist.xml
  2. 4 0
      stylesheets/lfs.css

+ 1 - 0
appendixa/acronymlist.xml

@@ -10,6 +10,7 @@
 
 <variablelist>
 <?dbfo list-presentation="list"?>
+<?dbhtml list-presentation="table"?>
 
 <varlistentry>
 <term><emphasis role="bold">ABI</emphasis></term><listitem><para>Application Binary Interface</para></listitem>

+ 4 - 0
stylesheets/lfs.css

@@ -203,6 +203,10 @@ td span, td p {
   margin: 0.3em;
 }
 
+span.term {
+  display: block;
+}
+
 div.variablelist dd {
   margin-bottom: 1em;
 }