summaryrefslogtreecommitdiffstats
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
commit9a0c4c4571a9055eab5a14fcee755c5dde12f643 (patch)
tree5cc9b2bd52ac92b447ef9a2b144c2ffce5d0ecdf /example.style.css
parent379b6790c4ec053fdda28a8938bc03abc807ebe5 (diff)
downloadmandoc-9a0c4c4571a9055eab5a14fcee755c5dde12f643.tar.gz
HTML5-isation: remove more alignments.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/example.style.css b/example.style.css
index 08cccd2e..ee3121af 100644
--- a/example.style.css
+++ b/example.style.css
@@ -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). */