aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit2811cf9116a5ab48ae7516219eae6beb84211707 (patch)
tree88b430ffc34506abb5f65eee34e4afedfabca158 /example.style.css
parentcc7f2a2dc0a3200e8f8dd766ff0eddd6a3532388 (diff)
downloadmandoc-2811cf9116a5ab48ae7516219eae6beb84211707.tar.gz
mandoc-2811cf9116a5ab48ae7516219eae6beb84211707.tar.zst
mandoc-2811cf9116a5ab48ae7516219eae6beb84211707.zip
Banished -man -Thtml header and footer to example.style.css as well.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.style.css b/example.style.css
index 50d6668d..83153ecf 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.30 2010/12/17 08:17:40 kristaps Exp $ */
+/* $Id: example.style.css,v 1.31 2010/12/17 08:26:42 kristaps Exp $ */
html { min-width: 580px; width: 580px; }
body { font-family: monospace; }
@@ -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. */