view 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 source

@import "tabs.css";

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;
}