add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / src / site / changes / ChangesFancyStyle.css
1 body {
2   font-family: Georgia, "Times New Roman", Times, serif;
3   color: black;
4   background-color: white;
5 }
6
7 h1 {
8   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
9   color: black; 
10   background-color: light-gray;
11 }
12
13 h2 {
14   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
15   color: black; 
16   background-color: #D8D8D8;
17 }
18
19 a:link {
20   color: blue;
21 }
22
23 a:visited {
24   color: purple; 
25 }
26
27 li.bulleted-list {
28   margin-top: 0.25em;
29   margin-bottom: 0.25em;
30 }
31
32 li {
33   margin-top: 1em;
34   margin-bottom: 1em;
35 }
36
37 span.attrib {
38   color: darkgreen;
39 }