summaryrefslogtreecommitdiffstats
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 08:26:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 08:26:42 +0000
commit7dc51f1e214bb0510007c81786e5a9121214baaf (patch)
tree13ff6cd134b6c656bd8c7eb20701664a64fe5c24 /example.style.css
parentc55938e290e5b36871f0cd159ac01986f60cb160 (diff)
downloadmandoc-7dc51f1e214bb0510007c81786e5a9121214baaf.tar.gz
Banished -man -Thtml header and footer to example.style.css as well.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.style.css b/example.style.css
index dcb712ab..e6525f08 100644
--- a/example.style.css
+++ b/example.style.css
@@ -7,7 +7,7 @@ body { font-family: monospace; }
table.foot { width: 100%; } /* Document footer. */
td.foot-date { width: 50%; } /* Document footer: date. */
-td.foot-os { width: 50%; text-align: right; } /* Document footer: OS. */
+td.foot-os { width: 50%; text-align: right; } /* Document footer: OS/source. */
table.head { width: 100%; } /* Document header. */
td.head-ltitle { width: 10%; } /* Document header: left-title. */
td.head-vol { width: 80%; text-align: center; } /* Document header: volume. */