cleaned up verbose output
[aubio.git] / doc / aubio.css
1 body {
2         font-family: Sans-Serif;
3         font-size: 1em;
4         //background: url("aubioback-1-1.gif"); no-repeat bottom center;
5         background-color: #999;
6         color: #333;
7         padding-right  : 10em;
8         padding-left   : 10em;
9         padding-top    : 2em;
10         padding-bottom : 2em;
11 }
12
13 h1 {
14         text-align: center;
15         background-color: #888;
16         border: 2px dashed black;
17 }
18
19 h2 {
20         text-align: left;
21         background-color: #AAA;
22 }
23
24 p {
25         text-align: justify;
26 }