diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-05 18:16:51 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-05 18:16:51 -0500 |
commit | 190650060acd91454f0807853043868373ecb1cd (patch) | |
tree | 0ef233c78116179f5da2b614eba2de5199f73d8c /view/theme | |
parent | 50824bddd0e0d87110bd79ed0af2abdbd77aeec4 (diff) | |
download | volse-hubzilla-190650060acd91454f0807853043868373ecb1cd.tar.gz volse-hubzilla-190650060acd91454f0807853043868373ecb1cd.tar.bz2 volse-hubzilla-190650060acd91454f0807853043868373ecb1cd.zip |
forgot a small change in .field_help
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/dispy/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index bb0dda5a5..bda163b8f 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -2132,7 +2132,7 @@ div[id$="wrapper"] br { } .field_help { display: block; - margin-left: 222px; + margin-left: 297px; color: #666; } .field .onoff { @@ -2161,7 +2161,7 @@ div[id$="wrapper"] br { } .field.radio .field_help { - margin-left:0; + margin-left: 0; } |