summaryrefslogtreecommitdiff
path: root/project/assets/css/index.css
blob: e5dfd5d74bbd4862f08bffe72dff826b9ea21911 (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


/* Formatting the index list differently
   from regular lists. */

ul.index {
    text-align: center;
    list-style-type: none;
    margin: 3em 0em 0em 0em;
    padding: 0;
}


ul.index li {
    margin: 0.5em 0em 1.5em 0em;
    padding: 0;
}


.post {
    font-size: .83em;
}


.update {
    font-size: .83em;
    color: red;
}