source: doc/aubio.css @ b073447

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since b073447 was 9cba1eb, checked in by Paul Brossier <piem@altern.org>, 19 years ago

cleaned up verbose output

  • Property mode set to 100644
File size: 413 bytes
Line 
1body {
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
13h1 {
14        text-align: center;
15        background-color: #888;
16        border: 2px dashed black;
17}
18
19h2 {
20        text-align: left;
21        background-color: #AAA;
22}
23
24p {
25        text-align: justify;
26}
Note: See TracBrowser for help on using the repository browser.