diff --git a/www/extras/help.css b/www/extras/help.css index 70de9978d..cb1b4851f 100644 --- a/www/extras/help.css +++ b/www/extras/help.css @@ -1,3 +1,16 @@ div.helpIndent { margin-left: 20px; } + +dd { + margin-bottom:15px; +} + +dl { + margin-top:15px; +} + +dt { + font-weight: bold; +} +