aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs.css
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-30 10:54:18 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-30 10:54:18 +0000
commitb711e1d6218396e587b111d540c8567453b21502 (patch)
tree5f84ba07b4f23599acfad8c45fbe1419e981b3a2 /stylesheets/lfs.css
parentb470bcee83029bd1467ad8d1e8dfb17621f3af9c (diff)
Added a CSS to can print the HTMLs.
Hardoded a CSS code into the nuchunk output to make it full stand alone. Updated the Makefile. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r--stylesheets/lfs.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 28b354ed1..7f14275b0 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -178,11 +178,16 @@ dl {
}
dt {
+ display: list-item;
font-weight: bold;
margin: .33em 0 0 1em;
padding: 0;
}
+div.content dt {
+ list-style: none;
+}
+
dd {
margin: 0 0 1em 3em;
padding: 0;
@@ -196,10 +201,6 @@ div.variablelist dd p {
margin-top: 0px;
}
-dl.materials dt, div.installation dt, div.configuration dt, div.sect2 dt {
- display: list-item;
-}
-
dl.materials dd {
margin-left: 0px;
}