summaryrefslogtreecommitdiff
path: root/docs/static/css/main.css
blob: 0a01eae1730f8df1b43c69c533bba48cd0022bec (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
35
36
37
38
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;
}

img.banner {
    margin-top: 8px;
}

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