CSS tweak to help template variables look better
This commit is contained in:
parent
6e8547169a
commit
89624cc8c6
1 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,16 @@
|
||||||
div.helpIndent {
|
div.helpIndent {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
margin-bottom:15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dl {
|
||||||
|
margin-top:15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue