help.css 395 Bytes
Newer Older
1
2
3
img{
    padding-bottom: 20px;
}
4
5
6
ol.innerlisthpchelp {
    list-style-type: lower-alpha;
    }
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

.padding_top_bottom{
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.margin_top_bottom{
    margin-top: 40px;
    margin-bottom: 30px;
}
.margin_middle{
    margin-top: 10px;
    margin-bottom: 30px;
}
.borderblackblock{
     border:1px solid black;
     display: block;
}