~loggerhead-team/loggerhead/trunk-rich

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
body {
    background: url("loggerhead-background.png"); 
    margin: 0px;
    font-family: "Lucida Grande", Helvetica;
    line-height: 1.4em;
}
img {
    border: none;
}
p,ul {
    margin-left: 2em;
    width: 70%;
}

a {
    text-decoration: none;
    color: #204c90;
}
a:hover {
    text-decoration: underline;
}

h2 {
    font-size: 100%;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1.5em;
    border-bottom: solid 1px black;
}

ul {
    list-style: url(sphere.png);
}
ul.downloads .md5 {
    font-family: monospace;
    margin-left: 2em;
}
li {
	margin-bottom: 1em;
}

.link {
	margin-left: 1em;
}

.date {
    font-weight: bold;
    font-size: smaller;
    text-decoration: underline;
}