From 72d7e2822e8195767d2b4397d928280930d7ebd7 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Tue, 18 Apr 2006 17:57:37 +0000 Subject: Moved all dependency information to a new page, Appendix C. Appendix C also contains information concerning the build order. While there might need to be a few tweaks yet, this information is complete enough at this point to close out the long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson and Manuel Canales Esparcia for helping get this finished. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- stylesheets/lfs.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index 29ef4423b..194c486fc 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -228,15 +228,19 @@ div.package div.seg { clear: left; } -div.package span.segtitle { +div.package span.segtitle, div.appendix span.segtitle { float: left; } -div.package span.seg { +div.package span.seg, div.appendix span.seg { display: block; padding-left: 14em; } +div.appendix div.segmentedlist { + padding-left: 1em; +} + div.content div.seg { margin-bottom: 1em; margin-top: 1em; -- cgit v1.2.3-54-g00ecf