diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-21 21:08:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-21 21:08:26 +0000 |
commit | fd8b059b3328dc9c83749f2d969115deec833d56 (patch) | |
tree | 6c6038b8445d77a09fe7b4e0cc2c4e34b45004f7 /stylesheets | |
parent | dc931cb251714f9f8f8f3c699dd72e80708bc0f3 (diff) |
Added commands to determine the version of the equired packages installed on the host.
Thanks to Bruce Dubbs for the commands list and Randy McMurchy for review the wording.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index 87a3a08a4..818ba3b5b 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -268,11 +268,23 @@ div.itemizedlist { margin-left: 1em; } +ul[compact="compact"] { + list-style: none; +} + +ul[compact="compact"] li { + margin-bottom: 1em; +} + ul[compact="compact"] li p { padding: 0.3em; margin: 0em; } +ul[compact="compact"] .strong { + font-size: 133%; +} + /*table */ div.table { |