comparison 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
comparison
equal deleted inserted replaced
467:32f4c3cb6a41 468:7f7b2232a9eb
1 @import "tabs.css"; 1 @import "tabs.css";
2 2
3 body {{ 3 body {{
4 background: #fff; 4 background: #fff;
5 } 5 }
6
7 h1, h2 {{
8 text-align: center;
9 }
10
11 h1 {{
12 font-size: 1.5em;
13 }
14
15 h2#version {{
16 font-size: 0.8em;
17 }
18
19 h2 {{
20 font-size: 1.1em;
21 }
22
23 hr {{
24 height: 0;
25 border: 0;
26 border-bottom: 1px solid black;
27 }
28
29 #generator {{
30 text-align: right;
31 font-size: small;
32 font-style: italic;
33 }