aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-04-18 17:57:37 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-04-18 17:57:37 +0000
commit72d7e2822e8195767d2b4397d928280930d7ebd7 (patch)
tree00fd13571b90f40fafed437cfc9184a96da97724 /stylesheets
parent7b089c3f0914d4ebdcca2d9c3ab4c50b16e957de (diff)
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
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/lfs.css8
1 files changed, 6 insertions, 2 deletions
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;