view src/docgen/templates/default/html/stylesheet.tpl @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/docgen/templates/default/html/stylesheet.tpl@7f7b2232a9eb
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;
}