aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 13:03:32 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 13:03:32 +0000
commit7d619b19a4ac98ea5eb5ba80753c1080ea6ae2b2 (patch)
tree4c664e2e351f6df99cf562bb8209d840288cdd2f /style.css
parent1d1bbf9d387ccbd04858a175c953d4a81d3b76b7 (diff)
downloadmandoc-7d619b19a4ac98ea5eb5ba80753c1080ea6ae2b2.tar.gz
mandoc-7d619b19a4ac98ea5eb5ba80753c1080ea6ae2b2.tar.zst
mandoc-7d619b19a4ac98ea5eb5ba80753c1080ea6ae2b2.zip
Tweak default styles.
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/style.css b/style.css
index 72586c93..868c7e09 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,4 @@
-/* $Id: style.css,v 1.15 2010/12/17 11:42:14 kristaps Exp $ */
+/* $Id: style.css,v 1.16 2010/12/17 13:03:32 kristaps Exp $ */
html { max-width: 800px; }
body { font-family: monospace;
@@ -10,7 +10,7 @@ body { font-family: monospace;
table.foot { width: 100%;
font-size: 0.8em;
- border-bottom: 1px dotted #dddddd;
+ border-top: 1px dotted #dddddd;
color: #999999; } /* Document footer. */
td.foot-date { width: 50%; } /* Document footer: date. */
td.foot-os { width: 50%; text-align: right; } /* Document footer: OS/source. */
@@ -24,9 +24,9 @@ td.head-rtitle { width: 10%; text-align: right; } /* Document header: right-titl
/* Sections. */
-h1 { color: #000000; font-size: 0.93em; margin-left: -4ex; } /* Section header (Sh, SH). */
-h2 { color: #000000; font-size: 0.93em; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
-div.section { margin-bottom: 3ex; margin-left: 4ex; } /* Sections (Sh, SH). */
+h1 { margin-bottom: 0px; color: #000000; font-size: 0.93em; margin-left: -4ex; } /* Section header (Sh, SH). */
+h2 { margin-bottom: 0px; color: #000000; font-size: 0.93em; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
+div.section { margin-bottom: 2ex; margin-left: 4ex; } /* Sections (Sh, SH). */
div.subsection { } /* Sub-sections (Ss, SS). */
table.synopsis { } /* SYNOPSIS section table. */
table.synopsis td { vertical-align: top; } /* SYNOPSIS section table. */