aboutsummaryrefslogtreecommitdiffstats
path: root/doc/functional/stylesheets/help.scss
blob: 42a5a2d0ca6e001e64c5917c84d23fe94973db2e (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
#workspace h2 {
    font-size: 17px;
}

#workspace h3 {
    font-size: 15px;
}

#workspace h4 {
    font-weight: bold;
    padding: 7px 0;
}

#workspace ul li {
    list-style: circle;
    margin: 7px 0 7px 20px;
}

#workspace em {
    font-style: italic;
}

#workspace table {
    width: 100%;
}

#workspace table td {
    padding: 3px 5px;
    width: 30%;
}

#workspace dt {
    margin: 5px 0; 
}

#workspace dd {
    padding-left: 10px;
}