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


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

ul.index {
    text-align: center;
    list-style-type: none;
    margin-top: 1.5cm;
}


ul.index li {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}


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


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