diff trunk/src/docgen/templates/default/html/stylesheet.tpl @ 468:7f7b2232a9eb

Fixes for the html generation.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 20:15:16 +0200
parents 32f4c3cb6a41
children
line wrap: on
line diff
--- a/trunk/src/docgen/templates/default/html/stylesheet.tpl	Wed Oct 31 16:03:11 2007 +0200
+++ b/trunk/src/docgen/templates/default/html/stylesheet.tpl	Wed Oct 31 20:15:16 2007 +0200
@@ -3,3 +3,31 @@
 body {{
 background: #fff;
 }
+
+h1, h2 {{
+text-align: center;
+}
+
+h1 {{
+font-size: 1.5em;
+}
+
+h2#version {{
+font-size: 0.8em;
+}
+
+h2 {{
+font-size: 1.1em;
+}
+
+hr {{
+height: 0;
+border: 0;
+border-bottom: 1px solid black;
+}
+
+#generator {{
+text-align: right;
+font-size: small;
+font-style: italic;
+}