aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r--stylesheets/lfs.css15
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;