From 89624cc8c6babfc73641e1bb9b7137111ac4ac79 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 1 Feb 2007 20:48:37 +0000 Subject: [PATCH] CSS tweak to help template variables look better --- www/extras/help.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; +} +