diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-17 20:50:25 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-17 20:50:25 +0000 |
commit | 12fff1eb8d1c5dcf9c4049d0d08f315d1103787a (patch) | |
tree | a43e983a2e8b0e6b26e28b229b8dab744012a7ec /stylesheets/lfs-xsl | |
parent | 450e8ac1abb969245e9889493fb09405a55f337c (diff) |
Slightly change the layout in part III, so that the preliminary material
appear separated. Minor rewrites for accounting for the new layout
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-xsl')
-rw-r--r-- | stylesheets/lfs-xsl/lfs.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index 1c6b1ca71..3608c157c 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -237,10 +237,14 @@ div.toc { padding-left: 1em; } -li.preface, .part li.appendix { +.book li.preface, .part li.appendix { margin-left: 1em; } +.part li.preface { + margin-left: 0em; +} + div.toc h3 { margin: 1em 0 .3em 0; } |