CSS tweak to help template variables look better

This commit is contained in:
Colin Kuskie 2007-02-01 20:48:37 +00:00
parent 6e8547169a
commit 89624cc8c6

View file

@ -1,3 +1,16 @@
div.helpIndent {
margin-left: 20px;
}
dd {
margin-bottom:15px;
}
dl {
margin-top:15px;
}
dt {
font-weight: bold;
}