From f7bd105db3cf74fb6d2bfed726cf5d187cb1109f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 19 Dec 2004 21:17:48 +0000 Subject: 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 --- stylesheets/lfs.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'stylesheets/lfs.css') 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; -- cgit v1.2.3-54-g00ecf