summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 11bceceeade967f67c5cf6cfb3bf296ee34ef789 (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
div#header {
    font-size: 150%;
}

div#search {
    text-align: center;
}

div#search span.preSearchField {
    font-style: italic;
}

div#content div#navigation {
    text-align: center;
}

div#footer {
    position: fixed;
    bottom: 0px;
    padding: 4px;
    background-color: white;
    left: 0px;
    right: 0px;
}