diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-19 21:17:48 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-19 21:17:48 +0000 |
commit | f7bd105db3cf74fb6d2bfed726cf5d187cb1109f (patch) | |
tree | 0077803fc32f39b293b3860f6ffa765eefcec94f /stylesheets/lfs.css | |
parent | 6d3af72bf2b333798eba7b88075fccab9441519f (diff) |
Updated the stylesheets and Makefile.
Removed contrib/, index-pdf.xml and goTidy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4428 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r-- | stylesheets/lfs.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index d79e43168..22b70d0f8 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -110,7 +110,7 @@ div.toc, div.dedication { padding-left: 1em; } -li.preface { +li.preface, li.appendix { margin-left: 1em; } @@ -230,6 +230,11 @@ tt, code, kbd, pre, .command { font-family: monospace; } +pre { + margin-top: .5em; + margin-bottom: .5em; +} + pre.userinput { color: #101310; background-color: #e5e5e5; @@ -239,6 +244,10 @@ pre.userinput { font-weight: bold; } +.literal { + font-weight: normal; +} + pre.screen { color: #000; background-color: #e9e9e9; @@ -285,11 +294,11 @@ div.installation h2, div.content h2 { margin: 0; } -div.book, div.preface, div.part, div.chapter, div.sect1, div.index { +div.book, div.preface, div.part, div.chapter, div.sect1, div.appendix, div.index { padding-bottom: 0.5em; } -div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.index h1 { +div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.appendix h1, div.index h1 { background: #f5f6f7; border-bottom: .1em solid #dbddec; margin: 0px auto; |