diff doc/style.css @ 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 ec8533806e27
children 0d65e191ac4c
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; }