summaryrefslogtreecommitdiff
path: root/project/assets/css/links.css
blob: 75c70e83f66341a652398111cef2a6673547d0f3 (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
39
40
41
42
43
44
45
46
47
48
49
50


div.colcontain {
    margin: auto;
}


div.colcontain:after {
    content: "";
    display: table;
    clear: both;
}


div.colleft {
    float: left;
    width: 50%;
}


div.colright {
    float: right;
    width: 50%;
}


div.content {
    margin: auto;
    text-align: center;
}


h5 {
    padding: 0;
    margin: 0.5em 0em 0.5em 0em;
}


ul {
    list-style-type: none;
    margin: 0em 0em 2em 0em;
    padding: 0;
}


ul li {
    margin: 0.5em 0em 0.5em 0em;
    padding: 0;
}