add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / src / site / changes / ChangesFixedWidthStyle.css
1 body {
2   font-family: Courier New, monospace;
3   font-size: 10pt;
4 }
5
6 h1 {
7   font-family: Courier New, monospace;
8   font-size: 10pt;
9 }
10
11 h2 {
12   font-family: Courier New, monospace;
13   font-size: 10pt; 
14 }
15
16 h3 {
17   font-family: Courier New, monospace;
18   font-size: 10pt; 
19 }
20
21 a:link {
22   color: blue;
23 }
24
25 a:visited {
26   color: purple; 
27 }
28
29 li.bulleted-list {
30   margin-top: 0.25em;
31   margin-bottom: 0.25em;
32 }
33
34 li {
35   margin-top: 1em;
36   margin-bottom: 1em;
37 }