diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 243caa0..e417c69 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -398,10 +398,10 @@ table.form th { padding-top: 0.6em; } -table.form td.form-help { +span.helptext { font-size: smaller; padding-bottom: 1em; - padding-top: 0em; + padding-top: 1em; } table.form tr td.submitrow { |