author | Martin Geisler <mg@lazybytes.net> |
Sun, 08 Nov 2009 17:27:01 +0100 | |
changeset 9798 | 1ca6314205f3 |
parent 9796 | e5b79eb5b84a |
child 9799 | 99a2096c3d8d |
doc/style.css | file | annotate | diff | comparison | revisions |
--- 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; }