doc/style.css
changeset 9798 1ca6314205f3
parent 9794 ec8533806e27
child 9808 0d65e191ac4c
--- 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; }