Mercurial > hg
changeset 9798:1ca6314205f3
doc: uppercase first letter in HTML man pages
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 08 Nov 2009 17:27:01 +0100 |
parents | e5b79eb5b84a |
children | 99a2096c3d8d |
files | doc/style.css |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/style.css Sun Nov 08 17:09:28 2009 +0100 +++ b/doc/style.css Sun Nov 08 17:27:01 2009 +0100 @@ -47,6 +47,9 @@ h2.subtitle, h1 { font-size: 200%; } h2, .topic-title, .admonition-title { font-size: 140%; } +/* subtitle starts with lowercase in man pages, but not in HTML */ +h2.subtitle:first-letter { text-transform: uppercase; } + /* override first/last margin */ .first, h1.title, h2.subtitle { margin-top: 0 !important; } .last, .with-subtitle { margin-bottom: 0 !important; }