16 lines
137 B
CSS
16 lines
137 B
CSS
div.helpIndent {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
dd {
|
|
margin-bottom:15px;
|
|
}
|
|
|
|
dl {
|
|
margin-top:15px;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|