Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
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
<style>
body  {
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px;
}
 
table    {
    font-size: 11px;
    font-family: Verdana, arial, helvetica, sans-serif;
    width: 90%;
}
 
th {
    padding: 6px;
    font-size: 12px;
    background-color: #cccccc;
}
 
td {
    padding: 6px;
    background-color: #eeeeee;
    vertical-align : top;
}
 
code {
    color: #000099 ;
}
</style>