9d848152fbd57bb46888a14208b7d2943878722e
[YACASL2.git] / doc / yacasl2 / style.css
1 body {
2     margin-left: 6em;
3     margin-right: 12em;
4 }
5
6 p {
7     line-height: 1.5em;
8 }
9
10 a:hover {
11     color: red;
12     text-decoration: underline;
13 }
14
15 .command {
16     font-family: monospace;
17 }
18
19 pre.verbatim {
20     width: 75%;
21     padding: 0.5em 1em 0.5em 1em;
22     color: white;
23     background: black;
24 }
25
26 a {
27     text-decoration: none;
28 }
29
30 blockquote.p {
31     margin-top:0;
32     padding-top:0;
33     line-height: 100%;
34 }