summaryrefslogtreecommitdiff
path: root/static/css/main.css
blob: 45607901e8f718872c153842947e762276d75c46 (plain)
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
a.title {
    text-decoration: none;
    color: black;
}

a.title h1 img {
    height: 1.4em;
}

a.title h1 span {
    vertical-align: top;
}

div.menu ul {
    list-style: none;
    padding-left: 7px;
}

div.menu ul li {
    display: inline-block;
    padding-right: 1.3em;
}

div.menu ul li a {
    font-size: 1.2em;
    color: #444;
    text-decoration: none;
}

p.intro {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0px;
}