diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 08:26:42 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 08:26:42 +0000 |
commit | 7dc51f1e214bb0510007c81786e5a9121214baaf (patch) | |
tree | 13ff6cd134b6c656bd8c7eb20701664a64fe5c24 /example.style.css | |
parent | c55938e290e5b36871f0cd159ac01986f60cb160 (diff) | |
download | mandoc-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.css | 2 |
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. */ |