2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / monodoc / Resources / base.css
blobd255d8fadf8c4c2f42f8710dc65c8a40437a0064
1 /*
2 * base.css: CSS applied to all the docs
4 * Author: Mario Sopena
5 */
7 body, table {
8 font-family: @@FONT_FAMILY@@, sans-serif;
9 font-size: @@FONT_SIZE@@%;
12 div.header {
13 padding: 0.2em;
16 div.title {
17 font-size: 130%;
18 font-weight: bolder;
19 margin-top: 0.3em;
20 margin-left: 0.2em;
21 margin-bottom: 0.1em;
24 .subtitle {
25 font-style: italic;