diff options
-rw-r--r-- | chapter06/glibc.xml | 4 | ||||
-rw-r--r-- | stylesheets/lfs.css | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index bb2921041..854931cd8 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -152,7 +152,7 @@ on the threading API (applicable to NPTL as well):</para> </sect2> -<sect2 id="conf-glibc"><title>Configuring Glibc</title> +<sect2 id="conf-glibc" role="configuration"><title>Configuring Glibc</title> <indexterm zone="conf-glibc"><primary sortas="e-/etc/nsswitch.conf">/etc/nsswitch.conf</primary></indexterm> <indexterm zone="conf-glibc"><primary sortas="e-/etc/localtime">/etc/localtime</primary></indexterm> @@ -212,7 +212,7 @@ gave you.</para> </sect2> -<sect2 id="conf-ld"> +<sect2 id="conf-ld" role="configuration"> <title>Configuring Dynamic Loader</title> <indexterm zone="conf-ld"><primary sortas="e-/etc/ld.so.conf">/etc/ld.so.conf</primary></indexterm> diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index f3de7f496..c62e1aa50 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -187,6 +187,7 @@ dd { margin: 0 0 1em 3em; padding: 0; } + div.variablelist dd { margin-bottom: 1em; } @@ -195,6 +196,10 @@ div.variablelist dd p { margin-top: 0px; } +dl.materials dt, div.installation dt, div.configuration dt, div.sect2 dt { + display: list-item; +} + dl.materials dd { margin-left: 0px; } |