diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-11-27 03:21:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-11-27 03:21:28 +0000 |
commit | 79bfd820d4c1f863761e3d658266b1613e129ffb (patch) | |
tree | 2fc6277a6090d702d4cb26236d6234e041ad2aab /stylesheets | |
parent | f9d6f78f22d8d6545e02ec943b98f28ab6f32b29 (diff) |
Remphasize host system requirements in General Compilation Instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs-xsl/lfs.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index 285ec3a9b..407cf2152 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -48,6 +48,16 @@ div.sect1, div.appendix { padding-left: .3em; } +div.important ul { + padding-left: 1.5em; + list-style-type: disc; +} + +div.important ul li p { + margin: 0px; + padding: 0px 0.6em; +} + .package, .kernel, .installation, .commands, .testing, .configuration, .content { padding: 0 .5em .2em 0; margin: 0; |