aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:20:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:20:03 +0000
commit9060543cb011655fe00e94906803a2cee6d5b204 (patch)
treeb301e8f642bc95be02c8ae5428092a8bcb5ff44c /example.style.css
parent827b4587075bca8e968c6a815c176ce01fbb45ae (diff)
downloadmandoc-9060543cb011655fe00e94906803a2cee6d5b204.tar.gz
mandoc-9060543cb011655fe00e94906803a2cee6d5b204.tar.zst
mandoc-9060543cb011655fe00e94906803a2cee6d5b204.zip
HTML5-isation: remove more alignments.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/example.style.css b/example.style.css
index b1a925ae..b54c0654 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.51 2014/08/14 00:31:43 schwarze Exp $ */
+/* $Id: example.style.css,v 1.52 2014/09/27 09:20:03 kristaps Exp $ */
/*
* This is an example style-sheet provided for mandoc(1) and the -Thtml
* or -Txhtml output mode.
@@ -20,11 +20,11 @@ div.mandoc div.subsection { } /* Sub-sections (Ss, SS). */
div.mandoc table.synopsis { } /* SYNOPSIS section table. */
div.mandoc table.foot { } /* Document footer. */
div.mandoc td.foot-date { width: 50%; } /* Document footer: date. */
-div.mandoc td.foot-os { width: 50%; text-align: right; } /* Document footer: OS/source. */
+div.mandoc td.foot-os { width: 50%; } /* Document footer: OS/source. */
div.mandoc table.head { } /* Document header. */
div.mandoc td.head-ltitle { width: 10%; } /* Document header: left-title. */
-div.mandoc td.head-vol { width: 80%; text-align: center; } /* Document header: volume. */
-div.mandoc td.head-rtitle { width: 10%; text-align: right; } /* Document header: right-title. */
+div.mandoc td.head-vol { width: 80%; } /* Document header: volume. */
+div.mandoc td.head-rtitle { width: 10%; } /* Document header: right-title. */
div.mandoc .display { } /* All Bd, D1, Dl. */
div.mandoc .list { } /* All Bl. */
div.mandoc i { } /* Italic: BI, IB, I, (implicit). */