diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 09:20:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 09:20:03 +0000 |
commit | 9a0c4c4571a9055eab5a14fcee755c5dde12f643 (patch) | |
tree | 5cc9b2bd52ac92b447ef9a2b144c2ffce5d0ecdf /style.css | |
parent | 379b6790c4ec053fdda28a8938bc03abc807ebe5 (diff) | |
download | mandoc-9a0c4c4571a9055eab5a14fcee755c5dde12f643.tar.gz |
HTML5-isation: remove more alignments.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ td.foot-date { width: 50%; } /* Document footer: date. */ td.foot-os { width: 50%; } /* Document footer: OS/source. */ table.head { font-size: smaller; margin-bottom: 1em; border-bottom: 1px dotted #dddddd; } /* Document header. */ td.head-ltitle { width: 10%; } /* Document header: left-title. */ -td.head-vol { width: 80%; text-align: center; } /* Document header: volume. */ +td.head-vol { width: 80%; } /* Document header: volume. */ td.head-rtitle { width: 10%; } /* Document header: right-title. */ /* General font modes. */ |