From 8c16bf77f3af6ed1837871f61e130986c9b0773f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 26 May 2004 21:14:37 +0000 Subject: Added a bullet to the list of commands explanations. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 4 ++-- 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): -Configuring Glibc +Configuring Glibc /etc/nsswitch.conf /etc/localtime @@ -212,7 +212,7 @@ gave you. - + Configuring Dynamic Loader /etc/ld.so.conf 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; } -- cgit v1.2.3-54-g00ecf